Validates that an array has at most the specified number of items.
`@maxItems(10) selections: string[];` Copy
`@maxItems(10) selections: string[];`
Maximum number of items allowed
Validates that an array has at most the specified number of items.
Example