Playlist
constructor(owner: User? = null, cover: Cover? = null, coverWithoutText: Cover? = null, madeFor: MadeFor? = null, playCounter: PlayCounter? = null, idForFrom: GeneratedPlaylistType? = null, urlPart: String? = null, descriptionFormatted: String? = null, backgroundVideoUrl: String? = null, backgroundImageUrl: String? = null, uid: Int, kind: Int, title: String, description: String? = null, trackCount: Int, tags: List<String> = listOf(), revision: Int, snapshot: Int, visibility: Visibility, collective: Boolean, created: Instant, modified: Instant, isBanner: Boolean, isPremiere: Boolean, everPlayed: Boolean? = null, durationMs: Int? = null, ogImageUri: String? = null, tracks: List<TrackShort> = listOf())(source)