Soft deleted records don't show after applying filter
I'm having weird problem with filament, I have 4 soft deleted profiles and added a filter to show them in ProfileResource, but none are getting shown in table, if I dd the query it's also showing correct SQL for return $query->onlyTrashed():
Sql dump:
"select * from `profiles` where `profiles`.`deleted_at` is not null and `profiles`.`account_id` in (?)" // app/Filament/App/Resources/ProfileResource.php:327array:1 [▼ // app/Filament/App/Resources/ProfileResource.php:327 0 => 422]
"select * from `profiles` where `profiles`.`deleted_at` is not null and `profiles`.`account_id` in (?)" // app/Filament/App/Resources/ProfileResource.php:327array:1 [▼ // app/Filament/App/Resources/ProfileResource.php:327 0 => 422]