Concept Flow - Select clause projection
Start with a collection
Apply Select clause
For each item: transform it
Create new collection with transformed items
Use or return new collection
The Select clause takes each item from a collection, changes it as specified, and makes a new collection with these changed items.