$this->id, 'title' => $this->title, 'subtitle' => $this->subtitle, 'cover' => $this->cover, 'points'=> $this->points, 'likes' => $this->likes, 'like_status' => $this->whenLoaded('likesInfo', function () { return $this->likesInfo->count() > 0; }, false), 'jump_type' => $this->jump_type, 'jump_link' => (string) $this->jump_link, 'created_at' => $this->created_at->toDateTimeString(), ]; } }