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