rierevin
07/24/2023, 3:56 PMentity
in a Postgres database and I want to do a paginated query of all entities a user could see in their current context, would it be common practice to use the LookupResources
API to get all the `entity.ID`s a user has access to and apply that as a where clause on the query?
Is there a better way to go about this?