My json contains some snake_case atributes, but my class is camelCase. In order to avoid expose naming the class, I'd like something like this: `let users = plainToClass(User, userJson, {snakeToCamel: true});` Thanks!