namespace AMREZ.EOP.Contracts.DTOs.MasterData.Country; public sealed record CountryListRequest( int Page = 1, int PageSize = 20, string? Search = null, bool IncludeInactive = false, bool IncludeOverrides = true );