in lib/common/utils/statementBuilder.util.ts [50:53]
public limit(count: number): StatementBuilder { this._limit = count; return this; }