export interface ListSorting { FieldID: string; Ascending: boolean; }