The docs $id of the relationship doc is returned if I do not use query.select but if I use it the doc $id does not show but the data does. Also despite using query.select it also returns another realtionship atribute that I did not ask for along side it
TL;DR
The developers are trying to use `Query.select('relationshipattribute.*')]` but it's not working as expected. Despite some data showing up, the $id of the relationship document is missing when using this query. Additionally, an unexpected relationship attribute is being returned.