Albums

@Serializable
data class Albums(val albums: List<Album>)

Constructors

Link copied to clipboard
constructor(albums: List<Album>)

Properties

Link copied to clipboard