I want to add a custom property to a findMany on a particular model to ensure that the user has access to the returned resources (passing in authorizeUser which has { read: [...ids] } which is used to filter the returned resources.
I have the query set up and working correctly, but am unsure how to add the types for a particular model, rather than the generic $allModels. Can someone point me to an example for a single model?