Size property in `UppyFile` is number | null, why?

In the UppyFile interface, there is a size property which is set to number | null.

I want to understand under what cases or scenario the size can be null-able?