Cardinality is a label for a UML Class Diagram operator which describes how many times that relation happens (if applicable).

Example

class Finger {
	isMoving: bool
}
 
class Hand {
	fingers: Finger[]
}
 
Hand "5" *-- Finger

A Hand has Fingers, hence the cardinality is