Sets the query to be a count query only.
EntityFieldQuery The called object.
public function count() { $this->count = TRUE; return $this; }