Catalog API is returning the wrong content

After several bug reports from my game I noticed that (without having made any kind of code changes) the Catalog API no longer returns me the bundles but only faces and heads

This is the request that should return the page containing only the bundles:
https://catalog.roblox.com/v1/search/items/details?SortAggregation=AllTime&SortType=Relevance&SubCategory=Bundles&Category=BodyParts&IncludeNotForSale=true&Limit=30

This is what it should return:

This is what it actually return:

The game has been running for several months without any such problem, is it possible that there is some error in the API? If it’s a bug please help me report it because i can’t post in #bug-reports, thx

Sorry for the bad English

I temporarily solved the problem by replacing “Bundles” with the id 37 (which corresponds to bundles), however this needs to be fixed.

Request with correct response:
https://catalog.roblox.com/v1/search/items/details?SortAggregation=AllTime&SortType=Relevance&SubCategory=37&Category=BodyParts&IncludeNotForSale=true&Limit=30