I found this in docs: ```public static function getEloquentQuery(): Builder { return parent::getEloquentQuery()->where('is_active', true); } https://filamentphp.com/docs/3.x/panels/resources/getting-started#customizing-the-resource-eloquent-query ``` But where am I adding that? I get errors adding to a resource.