``` this.client.user.update({ where: { id...
# orm-help
s
Copy code
this.client.user.update({
      where: { id },
      data: { emailVerificationSendCount: +1 },
    });
1