get(id) {
    return this.findById(id)
      .exec()
      .then((user) => {
        if (user) {