Set a LIMIT on the query, specifying a maximum number of results.
public function setLimit($limit) { $this->limit = $limit; }