user(); return [ 'id' => $this->id, 'title' => $this->title, 'created_at' => $this->created_at->format('Y年m月d日'), 'isFavorited' => $this->isFavoritedBy($user), 'type' => 'explain', ]; } }