Increment current values with entityService.update()

Is there any way to reference current values in an entity with the entityService.update()? Or do I need to call entityService.findOne() first? It would be nice if there was some command to increment the database value automatically from within entityService.update(). Thanks!

You need to do findone to get the current data

Cool, was just trying to optimize database calls if there was a way. :blush: