Aggregate guest rating and review breakdown when present.
| Name | Type | Description | Notes |
|---|---|---|---|
| rating | BigDecimal | Aggregate guest rating, typically on a 0-5 scale. | [optional] |
| votesCount | Integer | Number of guest votes behind the rating. | [optional] |
| ratingDistribution | Map<String, BigDecimal> | Vote counts keyed by star rating ("1"-"5") when present. | [optional] |
| extras | Map | [optional] |