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