$this->id, 'upload_text' => $this->upload_text, 'download_text' => $this->download_text, 'share_ratio' => $this->share_ratio, 'seed_time' => $this->seed_time, 'leech_time' => $this->leech_time, 'completed_at_human' => $this->completed_at_human, 'last_action_human' => $this->last_action_human, 'user' => new UserResource($this->whenLoaded('user')), ]; } }