data = array_merge($this->data, $data->toArray()); return $this; } public function toArray(): array { return $this->data; } }