
Is there a way to query a collection so that it doesn't return all the connected relationships?
For example, if the user has vehicles as a 1 or a 2 way relationship, it does return the vehicles results when querying for the user. I have a ton of vehicles per user and a lot of queries I'm using doesn't need any vehicle data, so i don't want it to count towards my rows read
Is there a way to not return the vehicles?
Bonus: if there is a way, would it count towards the rows read for vehicles as well?

Don't use relationships
Recommended threads
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- Is there a way of fetching random docume...
In SQL, we have the `RAND()` function, is there an equivalent in Appwrite? In my app, the user answers questions, which all have an Elo rating. I'm actually un...
