[17:15:48] <SleepingShell> Is there a way to insert documents and have mongodb automatically know which array to insert it into? For example, I have a golang struct that has a few nested struct arrays inside of it. Can I get mongodb to automatically find which depth of array it needs to be inserted in? Or should I restructure my data so insted of nested struct arrays it is a nested maps?