Sets the limit of this Query.
limit
When running this query, a maximum of limit results will be returned.
void limit(int limit) { _limit = limit; }