Concept Flow - One-to-many embedding pattern
Start with main document
Embed array of related documents
Store all data in one document
Query main document with embedded array
Access embedded documents directly
Update embedded documents as needed
End
This flow shows how a main document contains an array of embedded related documents, allowing direct access and updates within a single document.