Count Hotels
Get count of hotels matching specified filters without returning results.
### Request Body
```json
{
"countryCode": "AE",
"starRating": [4, 5],
"familyFriendly": true
}
```
### Response
```json
{
"success": true,
"count": 1234
}
```
