| Name | Type | Description | Notes |
|---|---|---|---|
| Capacity | int? | The maximum capacity of the inventory (maximum number of stacks) | |
| Name | string | The name of the inventory | |
| Slots | List<Slot> | Gets a list of slots in the inventory (with their items) | |
| TotalItems | int? | The total amount of items currently in the inventory | |
| Type | CatalogTypeInventoryArchetype | The type of the inventory |