How to map components to an object array?

Hey, just have a question about how to map components to an object array. Let’s say I have an object array of team members and want to display cards for each member. How would I tie that data to the generated code that I imported into my project? Is there a way to set properties on the plasmic site for each components which then I could add values to?

Apologies if something doesn’t make sense. Thank you for the help in advance.

Just now seeing that you can indeed add props to components. This should solve my issue.