{ Type = { word : Text , gloss : Text , definition : Text , family : Text , usageExamples : List Text } , default = { word = "" , gloss = "" , definition = "" , family = "" , usageExamples = [] : List Text } }