namespace ErsatzTV.Core.Scheduling.TemplateScheduling;
public class PlayoutTemplateCountItem : PlayoutTemplateItem
{
public int Count { get; set; }
}