if i want to create a heterogeneous typed map i.e....
# getting-started
c
if i want to create a heterogeneous typed map i.e. a map that contains say an int, a string and another map… i assume it’s better to use a dataclass?