Limitation on the number of uploaded files

What seems to be the problem:
I want to upload 30+ files, but no matter how many files I select on the page, there are only 20 variables in the back-end file array. How can I increase this limit?

Steps to Reproduce:
this is view code:
// < input type=“file” class=“input-line form-control” wire:model.defer=“package.name” name=“name”>
this is livewire code:
public $package = [] ;

public function save ()
{
dd($this->package);
}

Are you using the latest version of Livewire:
2.1
Do you have any screenshots or code examples:

{CG8K6A15%M9}SBW8SSA3X