Concept Flow - $inc operator for incrementing
Start with document
Apply $inc operator
Find field to increment
Add increment value to field
Update document with new value
Return updated document
The $inc operator finds a field in a document and adds a number to it, updating the document with the new value.