What is the result of trying to define this dataclass?from dataclasses import dataclass @dataclass class Bad: items: list = []