Storage of data types
Direct storable data types are:
- String
- Boolean
- Number
- DateTime
What happens with structs used inside structs
Structs which are used inside of structs will be stored as as a relation between the "parent"-struct and the "child" struct. For an example please refer Getting Started