$this->id, 'upload_text' => $this->upload_text, 'download_text' => $this->download_text, 'share_ratio' => $this->share_ratio, 'seed_time' => mkprettytime($this->seedtime), 'leech_time' => mkprettytime($this->leechtime), 'completed_at_human' => $this->completedat ? $this->completedat->diffForHumans() : '', 'last_action_human' => $this->last_action ? $this->last_action->diffForHumans() : '', 'user' => new UserResource($this->whenLoaded('user')), ]; } }