Contains Notes and Stuff.Random Notes That Need To Be OrganizedMongoDB Applied PatternsMany to Many Joins:// db.product schema { "_id": "My Product", "category_ids": [ "My Category", ... ] } // db.category schema { "_id": "My Category" }