ownArticleList as $article) { $articlesArray[] = $article->toArray(); } return [ 'name' => $this->name, 'icon' => $this->icon, 'iconColor' => $this->iconColor, 'articles' => $articlesArray ]; } }