[ new NotBlank(), new Type('string'), ], 'depth' => [ new NotBlank(), new Type('integer'), ] ]) )] public $menu; public function serialise(): mixed { return $this->menu; } }