The following does not reload when name is updated. ``` javascript api.users({q: name}).q().then(function (users) { return users.results; }); ``` Some method for refreshing the selection should be added.