I have a couple of questions about NestJS and TypeOrm. First, how to pass an array of strings to DTO? I tried just to use :string[] type, but the compiler gives an error. Th