Currently values in a map can be accessed via ``` FieldName.key ``` Add support for accessing elements in a list as well: ``` FieldName[2].key ```