data class CurrentlyPlayingTrack(val device: Device? = null, val repeatState: String? = null, val shuffleState: Boolean? = null, val context: Context? = null, val timestamp: Long? = null, val progressMs: Int? = null, val isPlaying: Boolean? = null, val item: PlaybackItem? = null, val currentlyPlayingType: String? = null, val actions: Actions? = null)