using System.Collections.Generic; namespace ErsatzTV.Core.Search { public record SearchPageMap(Dictionary PageMap); }