global scopes ignored on grouping
Hi, I observed that when I use https://filamentphp.com/docs/3.x/tables/grouping, the model's global scopes are not applied when a different grouping is selected, and all records are visible - I apply scopes in middleware. Is this intentional, or should I move global scopes somewhere else?