options = $data; } public function getApiView(): array { return [ 'id' => $this->id, 'title' => $this->title, 'options' => $this->options, 'createdAt' => $this->createdAt, ]; } }