$this->id, 'user_id' => $this->userid, 'torrent_id' => $this->torrentid, 'value' => $this->value, 'created_at' => format_datetime($this->created_at), 'updated_at' => format_datetime($this->updated_at), 'user' => new UserResource($this->whenLoaded('user')) ]; } }