Possible to prevent automatic fetching/resolution of relationship documents?
- 0
- React Native
- Cloud
When using listDocuments on a parent collection, I'm observing that the response seems to include the full documents from related collections, not just their IDs, which is causing excessive reads. Is there a way to prevent this and ensure only the relationship IDs are returned? Alternatively, understanding that Query.select usually applies only to the parent collection's fields, is there any other Appwrite feature or query mechanism that allows selecting specific attributes (like $id) from linked documents directly within the parent listDocuments call, especially for nested relationships?
Recommended threads
- Problem with the new Email policies
when user set those thing from cloud panel and when they open that page again or reload that time it forget what we have checked and it set default to false on ...
- Deleted my account, trying to signup aga...
https://cloud.appwrite.io/console/login?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Please+remove+aliases%2C+tags%2C+o...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...