[ new NotBlank(), new Type('integer'), ], 'count' => [ new NotBlank(), new Type('integer'), ], ], ) ] )] public $prices; /** * серализация реквеста под массив * @return mixed */ public function serialise(): mixed { return $this->prices; } }