# GuestCounts

Multiple parents
`GuestCounts` is a child of:

* [RoomStay](/connectivity/docs/api-reference/roomstay)
* [ServiceDetails](/connectivity/docs/api-reference/servicedetails)


## [RoomStay](/connectivity/docs/api-reference/roomstay)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [RoomStay](/connectivity/docs/api-reference/roomstay)/`GuestCounts` | Details about the number of guests in the current [RoomStay](/connectivity/docs/api-reference/roomstay). | array of [GuestCount](/connectivity/docs/api-reference/guestcount) | 1..1 | - |
| `GuestCounts`/`GuestCount` | Container for `@Count`. | object | 1..1 | - |


### XML


```xml
<GuestCounts>
   <GuestCount ... />
</GuestCounts>
```

## [ServiceDetails](/connectivity/docs/api-reference/servicedetails)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [ServiceDetails](/connectivity/docs/api-reference/servicedetails)/`GuestCounts` | Details about the number of guests. | array of [GuestCount](/connectivity/docs/api-reference/guestcount) | 1..1 | - |
| `GuestCounts`/`GuestCount` | Container for `@Count`. | object | 1..1 | - |


### XML


```xml
<GuestCounts>
   <GuestCount ... />
</GuestCounts>
```

## Related endpoints

* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.0246048b9c717d1a5855d6674e26c38dabca2d621c6e35c8db7aba16f8794661.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.db8d41e1bc79646e4858455554c34b992ccb01469da7502fbb3cc803dccb64f5.53c68abe.md)