I am wondering if there’s a way to create a dto to validate array of object? Example array: At the moment I have this, while it works, it isn’t what I am after. Answer Just use ParseArrayPipe: Update your Controller: Ensure to have items and whitelist set. Update your DTO: