I have multiple (quite small) collections that have many-to-many relationships.
How can we return all documents and expanded relationship for a specific collections.
I've searched the docs but wasn't able to find any relevant info.
Thanks
TL;DR
Developers are having issues getting all documents and expanded relationships. If there are existing relationships, querying for an item should return both the item and its related item. If nothing is being returned, there might be an issue with the query or the database setup.