Large Number Type
A number that can potentially be extremely big
This is very similar to Whole Number Type, but can hold bigger numbers.
Whole Number Type can handle numbers up to 2,147,483,647, which is plenty for most
purposes. If you need more than that, use Large Number instead.
(Technically, Large Number is what is called a "long integer", and can handle numbers
up to 9,223,372,036,854,775,807. It is slightly slower than Whole Number Type, so Querki uses Whole Number
for all of its built-in properties, but this slowdown shouldn't usually matter to you.)
Properties that are based on Large Number Type