Overview
When dealing with lists of attributes, especially arbitrary properties, it’s crucial to manage the length of list. You can use prompting and enumeration to limit the list length, ensuring a manageable set of properties.To be 100% certain the list does not exceed the limit, add extra validation, e.g. using ValidationMixin (see: Validation).