As far as I know, it\'s a best practice to return an item after it has been updated. TypeORM\'s updateById returns void, not the updated item though.>
updateById
void
One way is to perform the update and then do a find based on the condition you specified