$clients = $CLIENT->find($options); $client = $clients[0];
EDIT: I Realized i should be clearer. The $CLIENT->find always returns an array of objects, but I want one line of code that turns the array (that will only have 1 object) into just an object.