{
'ball': { 'color': 'purple', 'size': '4', 'notes': "it's round" },
'cup': { 'color': 'blue', 'size': '1', 'notes': 'non' }
}
[
{'id': 'ball', 'color': 'purple', 'size': '4', 'notes': "it's round"},
{'id': 'cup', 'color': 'blue', 'size': '1', 'notes': 'non'}
]