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.
2 parents a4e1430 + 31a6208 commit e23d434Copy full SHA for e23d434
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