Query<T> orderBy(String column, [String direction = 'asc']) { _orderBy = 'ORDER BY "$column" ${direction.toUpperCase()}'; return this; }