namespace JSMR.Application.Common.Search; public record SortOption(TSortField Field, SortDirection Direction) where TSortField : struct, Enum;