it is possible to disable a parameter so that it is not added? for example: ```js mongoose.plugin(timestamps, { createdAt: 'created_at', updatedAt: false }); ```