Country per the M49 standard table.
@type t() :: %Cnpja.Country{id: integer(), name: String.t()}
@spec from_map(map()) :: t()
@spec from_map_nullable(map() | nil) :: t() | nil