$this->name, 'body' => $this->body->es(), ]; if ($this->id) { $es['id'] = $this->id; } return $es; } }