RecommendationSeed
The spotify recommendation seed object.
Properties:
Name | Type | Description |
---|---|---|
afterFilteringSize | number | The number of tracks available after min_* and max_* filters have been applied. |
afterRelinkingSize | number | The number of tracks available after relinking for regional availability. |
href | string | A link to the full track or artist data for this seed. |
id | string | The id used to select this seed. This will be the same as the string used in the seed_artists, seed_tracks or seed_genres parameter. |
initialPoolSize | number | The number of recommended tracks available for this seed. |
type | "artist" | "track" | "genre" | The entity type of this seed. |