``` let Folder = { number : Integer, returned : Optional {} } in { number = 21, returned = [] : Optional {} } : Folder ```