Skip to content
LakhindarPal edited this page May 12, 2024 · 2 revisions

Model Album

The Album model represents a Tidal album and its associated information.

Properties

  • id (number): The ID of the album.
  • type (string): The type of the album.
  • title (string): The title of the album.
  • explicit (boolean): Indicates if the album contains explicit content.
  • releasedAt (string): The release date of the album.
  • artists (ArtistLite[]): An array of artist objects associated with the album.
  • tracks (Track[]): An array of track objects associated with the album.
  • image (Image): An object containing URLs to images associated with the album.
Clone this wiki locally