Missing Enchantment Item Info in Character equipment summary

Hello,
The Character Equipment Summary use to return the enchantment item id.
This is not the case anymore:

{
			"item": {
				"key": {
					"href": "https://eu.api.blizzard.com/data/wow/item/193633?namespace=static-10.0.2_46479-eu"
				},
				"id": 193633
			},
			"enchantments": [
				{
					"display_string": "Enchanted: +64 Haste |A:Professions-Icon-Quality-Tier1-Small:20:20|a",
					"enchantment_id": 6554,
					"enchantment_slot": {
						"id": 0,
						"type": "PERMANENT"
					}
				}
			],
//...
}

Having the item id is useful to get back the full description of the enchantment and also the item media.