kellymears
$people ->request() ->filter(function ($person) { return $person->name->first == 'Kelly'; }) ->first() ->getEmail()
=> "[email protected]"