FoxxRepository#firstExample(example)
Returns the first model that matches the given example.
@EXAMPLES
var myModel = repository.firstExample({ amazing: true }); myModel.get('name');