{ "fields": { "targetListIsOptedOut": { "type": "bool", "notStorable": true, "orderDisabled": true, "readOnly": true, "utility": true, "fieldManagerParamList": [] } }, "links": { "targetLists": { "type": "hasMany", "entity": "TargetList", "foreign": "users", "columnAttributeMap": { "optedOut": "targetListIsOptedOut" } } } }