Hey, I want to return a paginated call with all the resources (same namespace) that the user is allowed to view.
Should I query for all the resources a certain user have view permission and then pass it to IN filter in postgres?
bear in mind that some additional filters will be applied to the query.