Validates that an array has at least the specified number of items.
`@minItems(1) tags: string[];` Copy
`@minItems(1) tags: string[];`
Minimum number of items required
Validates that an array has at least the specified number of items.
Example