# PinterestSdkClient::CatalogsItems ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | [**Array<ItemBatchRecord>**](ItemBatchRecord.md) | Array with catalogs items | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsItems.new( items: null ) ```