using System.Collections.Generic; namespace ErsatzTV.Application.MediaCards { public record CollectionCardResultsViewModel( string Name, List MovieCards, List ShowCards, List SeasonCards, List EpisodeCards); }