A function that returns a list of Order for a Table to be used with order by list.
typedef OrderByListBuilder<T extends Table> = List<Order> Function(T);