namespace AyaNova.Models { public record DataListSortRequest(string ListKey, string[] sortBy, bool[] sortDesc); }