Generic label with an integer id and a display text (legal nature, company size, status, etc.).
@type t() :: %Cnpja.Label{id: integer(), text: String.t()}
@spec from_map(map()) :: t()
@spec from_map_nullable(map() | nil) :: t() | nil