# Items

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Service](/connectivity/docs/api-reference/service)/`Items` | The items for service offered. | array of [Item](/connectivity/docs/api-reference/item) | 0..1 | Currently used for breakfast services only. |
| `Items`/[Item](/connectivity/docs/api-reference/item) | Item details for service. | object | 0..* | Currently used for breakfast services only. |


## XML


```xml
<Items>
  <Item ... />
  <Item ... />
</Items>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)
* [/ota/OTA_HotelDescriptiveInfo](/connectivity/docs/ota-hoteldescriptiveinfo)