namespace ErsatzTV.Core.Search; public record SearchResult(List Items, int TotalCount) { public Option PageMap { get; set; } }