zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.33k stars 283 forks source link

Add "total_tracks" field to SimpleAlbum #239

Closed tikbox closed 8 months ago

tikbox commented 9 months ago

Issue Description: The current SimpleAlbum model lacks an essential field for representing an album, namely "total_tracks."

Expected Behavior: I suggest adding the "total_tracks" field to the SimpleAlbum model to provide comprehensive album information. This field can be used to indicate the total number of tracks in an album, allowing developers to easily access track count information when working with SimpleAlbum objects.

Thank you for your attention and support!

tikbox commented 8 months ago

hello?