public function fields(array $fields)
 {
     if (!$this->shouldAbort()) {
         $this->query->fields($fields);
     }
     return $this;
 }