Maybe a type in our model in order to have some validation without writing any logic ? ``` var fooModel = { attributes: { foo: { type: 'array' default: 'bar', } } }; ```