When executing the function EnkaNetworkResponse.parse_obj(data), an unintended behavior was observed where the icon field type in the original data is being replaced with IconAsset. This issue is unexpected and should not occur.
code:
result = EnkaNetworkResponse.parse_obj(data)
Before:

After:

When executing the function
EnkaNetworkResponse.parse_obj(data), an unintended behavior was observed where theiconfield type in the originaldatais being replaced withIconAsset. This issue is unexpected and should not occur.code:
Before:

After:
