") * @Serializer\Inline * * @var int[] */ public $items = []; public function __construct(array $items) { $this->items = $items; } }