👉 Chunked is a programming concept in which each line of code or data point within an object's properties are split into smaller chunks, typically by commas. This means that if you have a list of objects, and each object has a property called "name", then when you write out the whole thing as a string, it would be something like: ```python my_list = [ {"name": "John"}, {"name": "Alice"} ] ``` This is in fact what chunk