public function select($fields)
 {
     $this->query->select($fields);
     return $this->model;
 }