#BOS @coineasydao.near expression: This is the operation or transformation you want to perform on each item. item: This is the variable that takes on each value from the iterable. iterable: The source collection of items you want to iterate over. condition (optional): You can include a condition to filter items based on a specific criterion.