namespace Application.Features.Api.Config.GetNavMenu; public sealed record Response(IReadOnlyList Items) { public sealed record Row(string Label, string Href); }