I want to set default empty list using field(default_factory=list). Then I will need to add to this list using append. But when I append, I get an AttributeError: \'Field\'