List.findById(req.params.listid, {
      include: [
        {
          model: User,
          attributes: ['id'],