var conditions = { name: 'bourne' } , update = { $inc: { visits: 1 }} Model.update(conditions, update, { multi: true }).then(updatedRows=>{ }).catch(err=>{ console.log(err) })