Cardinality of relation describes. how many attributes could be on the side of relation. Cardinality is always related to one side of relation

interface Cardinality {
    max?: number;
    min?: number;
}

Properties

Properties

max?: number
min?: number