Repeater with CollectionLink limit

Hi,
I created a repeater with collection link.

Is it possible to insert a limit of CollectionLink?

Example:
{
“limit”: 1,
“fields”: [
{
“type”: “set”,
“label”: “Cover Half”,
“options”: {
“fields”: [
{
“type”: “collectionlink”,
“name”: “media”,
“label”: “Media”,
“options”: {
“link”: “media”,
“display”: “title”,
“multiple”: true,
"limit": 2
}
}
]
}
},
{
“type”: “text”,
“label”: “Title”,
“name”: “text”
}
]
}

Not sure, but https://getcockpit.com/documentation/reference/fieldtypes says, that there is a limit option for collection links.

And please use fenced code blocks. It increases the readability of your code examples.