Ridepool
      .find()
      .where('created_by', req.params.id)
      .exec()
      .then((ridepools) => {