The method was silently ignored because __post__init__ (double underscores in the middle) is not a dataclass lifecycle hook. Rename to __post_init__ so the warning is emitted when response is set. Closes #245