/**
  * @return FundItem|null
  */
 public function all()
 {
     return $this->fundItem->all();
 }