there are different keys for the same data type, It can be unified? https://api.genshin.dev/domains/domain-of-guyun rewards -> details -> ``` [ {... drops: [ { name: 'Lucky Dog', rarity: '2/3', drop_min: 0, drop_max: 1 }, ] }, {... items: [ { name: 'Lucky Dog', rarity: 3, drop_min: 0, drop_max: 1 }, ] } ] ```