Abdul Syakur

Results 1 comments of Abdul Syakur

if you using is mongoose, to model write this ```javascript Schema.set('toJSON', { virtuals: true, versionKey:false, transform: function (doc, ret) { delete ret._id } }) ```