I\'m working in the node and mongoose.
counters.findOneAndUpdate({id: \'doc_id\'}, {$inc: { seq: 1} }, function(error, counter1) { // }
In this, while creating a r