lazy var trackDescription: NSAttributedString = {
        return track.description(filterd: [TrackDescription.title])
            .joined(separator: "  ●  ", attrs: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: 8), NSAttributedString.Key.baselineOffset: 2])
    }()