Laravel Validation check array size min and max

PHP
'images' => 'array|max:3',
'images.*' => 'mimes:jpeg,png,jpg,gif,svg'
Source

Also in PHP: