Hi, I have tried to use the library but I have problems with null values. In a class with some attribute of type `VideoName | null`, the return type is `VideoName | null` when it should be `string | null` Is it possible to fix this? Regards