case '$inc':
                /**
                 * Increments a field by the amount you specify. It takes the form
                 * `{ $inc: { field1: amount } }`
                 * @name $inc