Stop Mongoose from creating _id property for sub-document array items If you have subdocument arrays, Mongoose automatically creates ids for each one. Example: { _id: "mainId" subDocArray:... May 18, 2022 0 Comments