Real data is almost always nested: a list of dictionaries (e.g. a list of users), or a dictionary whose values are lists (e.g. categories with items). You access it layer by layer: first pick an item, then reach inside it.