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