Concept Flow - One-to-one embedding pattern
Start with main document
Embed related document inside
Store combined document in collection
Query main document
Access embedded document directly
Update embedded document if needed
End
This flow shows how a main document stores a related document inside it, enabling direct access and updates without separate collections.