The metadata["description"] field is used when using the apispec project to generate OpenAPI specifications. Marshmallow_dataclass sets this field to the type name when using NewType and that clashes, as I don't need nor want to give every field a description in the spec.
Can we please decide for ourselves if description should be set?