Find orderBy(String column, [bool ascending = false]) { _orderBy.add(OrderBy(column, ascending)); return this; }