id, title: $article->title, content: $article->content, distance: $distance ); } public function toArray(): array { return [ 'article_id' => $this->articleId, 'title' => $this->title, 'content' => $this->content, 'distance' => $this->distance, ]; } }