$this->content, "html"=> MdRender::render($this->content,$this->channel_uid), "book"=> $this->book_id, "paragraph"=> $this->paragraph, "word_start"=> $this->word_start, "word_end"=> $this->word_end, "editor"=> \App\Http\Api\StudioApi::getById($this->editor_uid), "channel"=> [ "name"=>"channel", "id"=> $this->channel_uid, ], "updated_at"=> $this->updated_at, ]; } }