Contracts List Labeled Limit
limit attribute have been added to the he-contract-list-layout-card-labels widget.
The default is 50. The pagination as well as the infinite scroll when turned on will respect this limit.
Usage:
<he-contract-list-layout-card-labels
    limit={"10"}
    label1-key={"group"}
    label1-value={"test"}
></he-contract-list-layout-card-labels>