using SpotifyAPI.Web; namespace Mixonomer.Playlist; public class PlaylistGeneratingContext { public IList> PartTracks { get; set; } public IList LibraryTracks { get; set; } }