Union struct representing international organizations and country groupings.
@type t() :: %BeamLabCountries.Union{ code: String.t(), founded: String.t() | nil, headquarters: String.t() | nil, members: [String.t()], name: String.t(), type: atom() | nil, website: String.t() | nil, wikipedia: String.t() | nil }