$this->id, "name" => $this->name, "picture" =>$this->getFileFullUrl($this->picture), "fee" => $this->fee, "duration_in_days" => $this->duration_in_days, ]; } }