As a CQL author, when writing CQL that references some Model, I want the editor to suggest a list of properties. For example, ```define "Obs": [Observation] O where O. //suggest properties of Observation here ```