Hello, I have a question about implementing a relationship query such as "what are all the files a subject can view inside a specific folder". Currently the best solution I can think of is getting the folder, file relation from the app database and then running a batch permission check for each file to determine if the user can view the file. However this seems rather cumbersome is there a better way?