Sets the offset of this Query.
offset
When running this query, offset results will be skipped.
void offset(int offset) { _offset = offset; }