The name of the Orchid\Crud\Filters\WithTrashed class implies that it adds the output of all records including records with soft removal. But a filter is applied that shows only soft-deleted records.
I think the class should be named differently, for example OnlyTrashed
The name of the
Orchid\Crud\Filters\WithTrashedclass implies that it adds the output of all records including records with soft removal. But a filter is applied that shows only soft-deleted records.I think the class should be named differently, for example
OnlyTrashed