Hey,

I want to creat such items collection (like table):

On item consist such data:

Name (String), Type (String), Validation (String), Order (Integer), Emails (Elements list, array os smth)

What data types to uses, how to write such collection?

Thanx