public struct RelatedPlaylists: Codable {
    public let uploads: String
    public let watchHistory: String
    public let watchLater: String
}