export interface OrderBy { field: string; strategy: 'ASC' | 'DESC'; }