and then executing a table BulkAction, the SQL that Filament executes to get the records to work with is the following (example of me selecting 3 companies from the table):
select * from
companies
companies
where
companies
companies
.
id
id
in (53, 80, 1, 12) order by
people_count
people_count
desc
This query is not valid, as there is not column "people_count".