Playlist¶
Summary¶
The Playlist model represents the playlists metadata. It helps identifiying how many items are in the list and includes some vital data like the ID.
Model¶
{
    "active": false,
    "count": -1,
    "id": -1,
    "name": ""
}
Detail¶
- active
 Whether the playlist is active or not.
Type: Boolean
Default Value:false- count
 Media objects inside the playlist.
Type: Number
Default Value:-1- id
 Unique identifier.
Type: Number
Default Value:-1- name
 Playlist name.
Type: String
Default Value:""