This document provides an overview of schema design in MongoDB given different types of data relationships. It discusses modeling one-to-one, one-to-many, and many-to-many relationships using embedding, references, and hybrid approaches. Examples are given for a library management use case to model patrons, books, authors, and publishers and the tradeoffs of different schema designs depending on the growth and relationships of the data.