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
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...