export interface OrderBy { field: string; ascending?: boolean; }