Interface RecentlyAddedAlbumsResponse

RecentlyAddedAlbumsResponse ($ref: "AudioLibrary.GetRecentlyAddedAlbums.Response") Response structure for the GetRecentlyAddedAlbums method.

interface RecentlyAddedAlbumsResponse {
    albums: Album[];
    limits: ListLimitsReturned;
}

Properties

Properties

albums: Album[]