#nullable enable using ErsatzTV.Core.Domain.Scheduling; namespace ErsatzTV.Core.Api.Scheduling; public record BlockWithItemsResponseModel( int Id, int GroupId, string GroupName, string Name, int Minutes, BlockStopScheduling StopScheduling, List Items);