/**
  * Return the download path for a file.
  *
  * @return string
  */
 public function downloadPath()
 {
     return 'files/download/' . $this->object->path();
 }