[error] invalid-return-type - Return type does not match returned value: expected `list[StatisticsRow]`, found `list[StatisticsRow | dict[str, Any | None | int | float]]`
[error] invalid-argument-type - Invalid argument to key "end" with declared type `int | float` on TypedDict `StatisticsRow`: value of type `None | int | float`
[error] invalid-argument-type - Invalid argument to key "start" with declared type `int | float` on TypedDict `StatisticsRow`: value of type `None | int | float`
[error] invalid-argument-type - Invalid argument to key "cache_strings" with declared type `bool | Literal["all", "keys", "none"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "coerce_numbers_to_str" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "extra_fields_behavior" with declared type `Literal["allow", "forbid", "ignore"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "from_attributes" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "hide_input_in_errors" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "polymorphic_serialization" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "regex_engine" with declared type `Literal["rust-regex", "python-re"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "revalidate_instances" with declared type `Literal["always", "never", "subclass-instances"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "ser_json_bytes" with declared type `Literal["utf8", "base64", "hex"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "ser_json_inf_nan" with declared type `Literal["null", "constants", "strings"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "ser_json_temporal" with declared type `Literal["iso8601", "seconds", "milliseconds"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "ser_json_timedelta" with declared type `Literal["iso8601", "float"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "serialize_by_alias" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "str_strip_whitespace" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "typed_dict_total" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "url_preserve_empty_path" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "val_json_bytes" with declared type `Literal["utf8", "base64", "hex"]` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "validate_by_alias" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "validate_by_name" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "validate_default" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`
[error] invalid-argument-type - Invalid argument to key "validation_error_cause" with declared type `bool` on TypedDict `CoreConfig`: value of type `str | int`