ItemDiscogsStatistics Object
Description
Statistics from Discogs marketplace for a release, including collection counts and price statistics.
Declaration
type ItemDiscogsStatistics {
have: Int
want: Int
lastSold: String
lowest: String
median: String
highest: String
}
Fields
| Name | Type | Description |
|---|---|---|
have | Int | Number of users who have this release in their collection. |
want | Int | Number of users who want this release. |
lastSold | String | Date of the last sale of this release on Discogs. |
lowest | String | Lowest price this release has sold for on Discogs. |
median | String | Median price this release has sold for on Discogs. |
highest | String | Highest price this release has sold for on Discogs. |