Hi! Whats the best approach to listing objects that User has permission to?
For e.g User has thousands of posts, and all ACL is stored in keto. Should I query keto to get all ids, and then filter it in database with ordering, pagination and filtering?
Looks a little bit too much for me to query all entities user has access to in a single list request, that might return 20 or something like this?