Categories
How to remove version key from Nest app in Mongo DB?
I use Nest JS, Mongoose, Mongo DB When getting and adding records, they have an additional field _v How to remove or hide this field?
Answer the question
In order to leave comments, you need to log in
In the @Schema() decorator, add additional options @Schema({ versionKey: false })
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question