{ "path": "/users", "properties": { "friends": { "required": false, "type": "array", "typeLabel": "array", "id": "friends" } }, "typeLabel": "Users Collection", "type": "UserCollection", "onGet": "dpd.users.get({id: {$in: this.friends}}, function(friends) {\r\n if (friends) this.friends = friends;\r\n});" }