[ 'id' => $this->slug, 'type' => 'pages', 'attributes' => [ 'visibility' => $this->visibility, 'title' => $this->title, 'slug' => $this->slug, 'content' => $this->content, 'content_formatted' => add_paragraphs($this->content), ], ], ]; } }