> For the complete documentation index, see [llms.txt](https://cryptococo.gitbook.io/cocoshop-theme-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/collection.md).

# collection

### Properties

| Name              | Type                                                                |                                                               |
| ----------------- | ------------------------------------------------------------------- | ------------------------------------------------------------- |
| id                | string                                                              |                                                               |
| url               | string                                                              |                                                               |
| name              | string                                                              |                                                               |
| symbol            | string                                                              |                                                               |
| count             | number                                                              | Count of products                                             |
| contract\_address | string                                                              |                                                               |
| tx\_hash          | string                                                              | Hash of the transaction in which the collection was created   |
| tx\_timestamp     | number                                                              | Timestamp of when the collection was created (Unix timestamp) |
| description       | string \| null                                                      |                                                               |
| icon\_image\_url  | string                                                              |                                                               |
| cover\_image\_url | string                                                              |                                                               |
| royalty           | number \| null                                                      | Commission received by the creator of the collection (%)      |
| owner             | [wallet](/cocoshop-theme-development/liquid/objects/wallet.md)      |                                                               |
| chain             | [chain](/cocoshop-theme-development/liquid/objects/chain.md)        |                                                               |
| products          | [product](/cocoshop-theme-development/liquid/objects/product.md)\[] |                                                               |
| created\_at       | number                                                              |                                                               |
| updated\_at       | number                                                              |                                                               |

### Access

* :strawberry: Returned by [collections](broken://pages/EEAzjq0js95Ijya8lpg9)
* :strawberry: Returned by [product](/cocoshop-theme-development/liquid/objects/product.md)
* :grapes: In a [collection template](/cocoshop-theme-development/architecture/templates/collection.md)
