Introduction
The $mul operator multiplies the value of a field by a specified number. It helps update numbers easily without manual calculation.
You want to increase prices by a fixed percentage in a product list.
You need to double the quantity of items in an order.
You want to apply a discount factor by multiplying the original price.
You want to adjust scores or ratings by multiplying them with a factor.