/* Example Usage */constmodel=...Someone Model(async () => {awaitmodel.findOneAndUpdate({ name:"Test", age:20 },{ $inc:{ age:2 } });/*The "age" value that was 20 is now 22*/})();
$inc
Object
$inc Operator Performs Addition as Addition to Number Type Data.