Type Errors
[E] Line 2, column 2:
The record field age can't be found.
  
  If it's defined in another module or file, bring it into scope by:
  - Prefixing it with said module name: TheModule.age
  - Or specifying its type: let theValue: TheModule.theType = {age: VALUE}