$this->id, 'title' => $this->title, 'content' => $this->content, 'type' => $this->type, 'ext' => $this->ext, 'jump_type' => $this->jump_type, 'jump_link' => (string) $this->jump_link, 'has_read' => $this->whenLoaded('logs', $this->logs->count()>0), 'created_at'=> $this->created_at->toDateTimeString(), ]; } }