for item in response['list']:
        name = item['name']
        ret[name] = item

        ret[name]['image_info'] = item['image']