One combined list instead of scattered pieces
The scenario processes data in batches and, at the end, merges all the pieces into one tidy list — ready for further work.
- One list on the way out instead of separate batches
- Chunked processing — steadier with big lists
- Nothing lost between batches
- Ready for the next step
