Skip to main content

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

NameTypeDescription
idLongNumeric item ID.
audioPreviewsCountIntNumber of audio previews (snippets) associated with this item.
listingsCountIntNumber of listings associated with this item.
createdAtDateDate when the item was created.
createdByStringReference ID of the admin user who created the item.