Declare a struct by name followed by fields in braces. No struct keyword needed.
Instantiate like a function call — no new keyword:
Note: Dot notation (obj.property) is only available for Structs and Classes. For Maps, use bracket notation obj["property"].