AlbumModel constructor
AlbumModel({})
Implementation
AlbumModel({
required this.id,
required this.name,
required this.totalTracks,
required this.images,
required this.releaseDate,
required this.artists,
required this.genres,
required this.popularity,
});