Filter the items, so that we only get those with a pollution_index greater than 100.
pollution_index
100
Make sure to pick WHERE, followed by pollution_index > 100.
WHERE
pollution_index > 100