Projection#
Fields can be projected from records, objects, or lists through the following syntax:
Some-expression.field-name
Additionally, for records, keys whose names are not expressible as a Crochet field name can be quoted:
Some-expression."this is a record key"