@type t() :: %ExIbge.Geography.Country{ id: term(), intermediate_region: term(), iso_alpha_2: term(), iso_alpha_3: term(), name: term() }
@spec from_map(map() | nil) :: t() | nil