I have a collection that has several relationships to other collections. When querying this collection with the select query - I'm trying to select specific ones and not all the relationships fields, but for some reason, the response contains all the other relationships as well.
For example: Query.select(["relationA"]) would also return "relationB"