Currently working on a scalable model for a manufacturing company. The model is required to allow products to go through a series of processes, and I am trying to model each process as its population of agents so that the process can be scaled up in quantity easily. However, I need to set in a list (or work plan) for each product containing the population of agents that they are required to pass through. How can I create a collection to store these different sets of populations of agents?