Concept Flow - Document model mental model (JSON/BSON)
Start with JSON/BSON document
Key-Value Pairs: Field Name -> Value
Values can be:
String
Array
Multiple
Complete Document Structure
A document is a set of key-value pairs where values can be simple types or nested documents/arrays, forming a tree-like structure.