i read the following issue : 
https://github.com/authzed/spicedb/issues/1173, i need to performs : For user 123, return all the permissions they have on order 456.   The suggestion on github  is : Checks in parallel for each of the permissions you want to check on that resource. gRPC will execute the Checks in parallel over the connection. No one has that need ? This need is not part of Access Control ?  Is there a another Work-around ?