const schema = new Schema({ // Your schema... }, { timestamps: { createdAt: true, updatedAt: false } })