load Capacity
How many loads this vehicle can carry at once.
Declared here rather than read from the body, and the reason is initialization order: the capacity statistics are registered only for a vehicle that holds more than one, that decision is made while this class is being constructed, and the body belongs to a subclass that has not been built yet. A body's capacity is built from this same number, so there is one figure rather than two that could disagree.