ItemCounts

@Serializable
data class ItemCounts(val movieCount: Int, val seriesCount: Int, val episodeCount: Int, val artistCount: Int, val programCount: Int, val trailerCount: Int, val songCount: Int, val albumCount: Int, val musicVideoCount: Int, val boxSetCount: Int, val bookCount: Int, val itemCount: Int)

Class LibrarySummary.

Constructors

Link copied to clipboard
constructor(movieCount: Int, seriesCount: Int, episodeCount: Int, artistCount: Int, programCount: Int, trailerCount: Int, songCount: Int, albumCount: Int, musicVideoCount: Int, boxSetCount: Int, bookCount: Int, itemCount: Int)

Properties

Link copied to clipboard
@SerialName(value = "AlbumCount")
val albumCount: Int

The album count.

Link copied to clipboard
@SerialName(value = "ArtistCount")
val artistCount: Int

The artist count.

Link copied to clipboard
@SerialName(value = "BookCount")
val bookCount: Int

The book count.

Link copied to clipboard
@SerialName(value = "BoxSetCount")
val boxSetCount: Int

The box set count.

Link copied to clipboard
@SerialName(value = "EpisodeCount")
val episodeCount: Int

The episode count.

Link copied to clipboard
@SerialName(value = "ItemCount")
val itemCount: Int

The item count.

Link copied to clipboard
@SerialName(value = "MovieCount")
val movieCount: Int

The movie count.

Link copied to clipboard
@SerialName(value = "MusicVideoCount")
val musicVideoCount: Int

The music video count.

Link copied to clipboard
@SerialName(value = "ProgramCount")
val programCount: Int

The program count.

Link copied to clipboard
@SerialName(value = "SeriesCount")
val seriesCount: Int

The series count.

Link copied to clipboard
@SerialName(value = "SongCount")
val songCount: Int

The song count.

Link copied to clipboard
@SerialName(value = "TrailerCount")
val trailerCount: Int

The trailer count.