FFilament•Created by Glenn Jacobs on 8/8/2023 in #❓┊help SimplePagination still running a `->count()` query
Turns out that it wasn't the pagination firing the count() query, it was the table select option for bulk actions.
It can be disabled with the use of $table->selectCurrentPageOnly()