ColRef<T> limitToLast(int limitToLast) { _queryProperties.limitToLast = limitToLast; return _copyWithQuery; }