setPhones($phones); } /** * @inheritDoc */ public function jsonSerialize(): array { $json = []; !$this->getPhones()->isEmpty() && $json['phones'] = $this->getPhones()->toArray(); return $json; } }