Get friends request count

Its using for getting friends count
$friends = elgg_get_entities_from_relationship(array(
'relationship' => 'friend',
'relationship_guid' => elgg_get_page_owner_guid(),
'types' => 'user',
'count' => true
));
echo $friends
I have question how to get friend request count