How to disable mongoose versioning in strapi

Is it possible to disable mongoose versioning in strapi? I am using strapi-connector-mongoose.

I need to achieve the same thing as it is in mongoose documentation:

new Schema({..}, { versionKey: false });

The problem is that I cannot find option to set this property for models or components in strapi.

Is it possible or I must somehow edit strapi.