Properties
minListSize
Min total file size in bytes or in natural file size. Defaults to 0
minListSize?: string | number
maxListSize
Max total file size in bytes or in natural file size. Defaults to Infinity
maxListSize?: string | number
byteUnits
The natural file size format to use, defaults to 'mega' if no natural file size supplied for minSize or maxSize
byteUnits?: "mega" | "mebi"