list
            .update(payload)
            .then(function(list) {
              res.send(list)
            })