Old: 'stats': [ {'scene_name': 'somescene', 'otherstat': 123} ] New: 'scenes': [ {'name': 'somescene', stats: {'otherstat': 123}} ]
Old: 'stats': [ {'scene_name': 'somescene', 'otherstat': 123} ] New: 'scenes': [ {'name': 'somescene', stats: {'otherstat': 123}} ]