Mongoose 6.9.1 released:
🛠️ isModified should not be triggered when setting a nested boolean to the same value as previously
🛠️ Save newly set defaults underneath single nested subdocuments
Full changelog: github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Want to reuse part of a Mongoose schema in another schema?
Use `Schema.prototype.pick()`
Just make sure to also `excludeIndexes` to avoid unnecessary index builds!
Learn more 👉 mongoosejs.com/docs/api/sche…#NodeJS#MongoDB#JavaScript