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
}
```
Request
This endpoint expects an object.
countryCode
Filter by country code
city
Filter by city name
minStarRating
maxStarRating
starRating
Exact star rating(s)
familyFriendly
beachfront
wellnessSpa
kind
Property types
Response
This endpoint returns an object.
