user.idin each create/update method of each of my entities is cumbursome. In spring data rest, this is how they do auditing:@updatedAt annotation in my schema to have the updatedData columns without writing code.@createdBy and @updatedBy audit annotation, either in prisma or in my nestJS code to audit the connected user.id who made the creation or modification of a row.