If there is an external schema and not an internal schema, can I delete the ID of this schema? Any plan without an ID, is that possible?
I need to remove from the schema and not save in database
#mongoose
#express
const planSchema = new Schema({
name: String,
description: String
}, { _id: false });