I have the following Type that i need to model:
sealed trait FieldType case object INT extends FieldType case object UINT extends FieldType case o