Given this validation rule: ``` [ 'logo' => ['required', 'file', 'mimes:jpg,jpeg,png,gif', 'max:4096'], ] ``` It can be reasonably assumed that generated docs should display the `max` value as `4096KB` or `4MB` but the output shows as `4096 characters`: 