If greater than 0, Query methods will return at most limit many results.
limit
Use together with offset to get a slice of the whole result, e.g. for "result paging".
set limit(int limit) => checkObx(C.query_limit(_ptr, limit));