Concept Flow - Insert with nested documents
Prepare main document
Include nested document as a field
Call insertOne() with full document
MongoDB stores document with nested structure
Confirm insertion success
Insert a document that contains another document inside it as a field, storing complex data in one step.