/**
  * @return Collection
  */
 public function get() : Collection
 {
     return $this->user->attachments()->get();
 }