List of scalars in entities
Does Wasp support lists of scalars when defining entities? For example:
I'm getting errors when trying to run a migration with code like this.
I'm getting errors when trying to run a migration with code like this.

entity Recipe {=psl
...
prepSteps String[]
...
psl=}