namespace ErsatzTV.Application.MediaCards; public record CollectionCardResultsViewModel( string Name, List MovieCards, List ShowCards, List SeasonCards, List EpisodeCards, List ArtistCards, List MusicVideoCards, List OtherVideoCards, List SongCards) { public bool UseCustomPlaybackOrder { get; set; } }