We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e1430 commit 31a6208Copy full SHA for 31a6208
album.go
@@ -49,6 +49,8 @@ type SimpleAlbum struct {
49
ReleaseDate string `json:"release_date"`
50
// The precision with which ReleaseDate value is known: "year", "month", or "day"
51
ReleaseDatePrecision string `json:"release_date_precision"`
52
+ // The number of tracks on the album.
53
+ TotalTracks Numeric `json:"total_tracks"`
54
}
55
56
// ReleaseDateTime converts the album's ReleaseDate to a time.TimeValue.
0 commit comments