namespace ErsatzTV.Application.Scheduling; public record PlayoutTemplateViewModel( int Id, TemplateViewModel Template, int Index, ICollection DaysOfWeek, ICollection DaysOfMonth, ICollection MonthsOfYear);