FoxxRepository#updateByExample(example, object)
Find every matching item by example and update it with the attributes in the provided object.
@EXAMPLES
repository.updateByExample({ findMe: true }, { newAttribute: 'awesome' });