ItemStatsForIdsResultsEntry Object
Description
Statistics entry for a specific item, including audio preview count, listings count, and creation information.
Declaration
type ItemStatsForIdsResultsEntry {
id: Long
audioPreviewsCount: Int
listingsCount: Int
createdAt: Date
createdBy: String
}
Fields
| Name | Type | Description |
|---|---|---|
id | Long | Numeric item ID. |
audioPreviewsCount | Int | Number of audio previews (snippets) associated with this item. |
listingsCount | Int | Number of listings associated with this item. |
createdAt | Date | Date when the item was created. |
createdBy | String | Reference ID of the admin user who created the item. |