Query limit(int limit) { if (!_joinQuery.contains('LIMIT')) { _limit += ' LIMIT $limit '; } return this; }