this.findOne({ email: email }, (err: Error, user?: User) => {
      if (err) {
        return callback(err);
      }