Why does `images: [String]` result in `Valid value...
# orm-help
d
Why does
images: [String]
result in
Valid values for the strategy argument of '@scalarList' are: RELATION.
? Ok I need to add
@scalarList(strategy: RELATION)
and I need to find out why lol