Dragon Isle Recipes & Missing Data

I recently explored the recipes endpoint and noticed for Dragon Isles the data returned is incomplete compared to the other Skill Tiers. Specifically the reagent only shows a single reagent and the rest of the items needed are under the modified_crafting_slots but those entries have no quantities.

Is this working as intended or a known issue?

{
    "_links": {
        "self": {
            "href": "https://us.api.blizzard.com/data/wow/recipe/46787?namespace=static-10.2.6_53703-us"
        }
    },
    "id": 46787,
    "name": "Potion of the Hushed Zephyr",
    "media": {
        "key": {
            "href": "https://us.api.blizzard.com/data/wow/media/recipe/46787?namespace=static-10.2.6_53703-us"
        },
        "id": 46787
    },
    "reagents": [
        {
            "reagent": {
                "key": {
                    "href": "https://us.api.blizzard.com/data/wow/item/190327?namespace=static-10.2.6_53703-us"
                },
                "name": "Awakened Air",
                "id": 190327
            },
            "quantity": 1
        }
    ],
    "modified_crafting_slots": [
        {
            "slot_type": {
                "key": {
                    "href": "https://us.api.blizzard.com/data/wow/modified-crafting/reagent-slot-type/104?namespace=static-10.2.6_53703-us"
                },
                "name": "Draconic Vial (DNT)",
                "id": 104
            },
            "display_order": 0
        },
        {
            "slot_type": {
                "key": {
                    "href": "https://us.api.blizzard.com/data/wow/modified-crafting/reagent-slot-type/98?namespace=static-10.2.6_53703-us"
                },
                "name": "Hochenblume (DNT)",
                "id": 98
            },
            "display_order": 1
        },
        {
            "slot_type": {
                "key": {
                    "href": "https://us.api.blizzard.com/data/wow/modified-crafting/reagent-slot-type/100?namespace=static-10.2.6_53703-us"
                },
                "name": "Saxifrage (DNT)",
                "id": 100
            },
            "display_order": 2
        },
        {
            "slot_type": {
                "key": {
                    "href": "https://us.api.blizzard.com/data/wow/modified-crafting/reagent-slot-type/91?namespace=static-10.2.6_53703-us"
                },
                "name": "Alchemical Catalyst",
                "id": 91
            },
            "display_order": 3
        },
        {
            "slot_type": {
                "key": {
                    "href": "https://us.api.blizzard.com/data/wow/modified-crafting/reagent-slot-type/92?namespace=static-10.2.6_53703-us"
                },
                "name": "Lesser Illustrious Insight",
                "id": 92
            },
            "display_order": 4
        }
    ]
}