I have this field in a model but doesn\'t work
@Field(type => [],{ nullable: true }) product: string[];
I don\'t know what I miss.