MongoDB card reviewmedium
How do you model one-to-one relationships in MongoDB?
One-to-one relationships can be modeled by embedding related data inside a document or storing a reference to another document. The choice depends on whether the related data is frequently accessed together and the expected document size.