The less than operator, <, checks if the value on the left is less than that on the right, like if the property price is less than 2.
<
price
2
Make sure to pick price, followed by <, and finally 2.