Hey folks, Sync schema question! I’ve noticed when I use a one to many relation that the schema generated for mongodb creates a new collection and then an array of IDs to that collection. Why not just create an array with documents in the first collection? In my cases that would certainly be easier to maintain.