workarounds we discussed:
1. creating a custom config structure with category id and attribute value (good solution if you have only a couple of categories that need added data)
2. Reverting the function that fails back to 19.1 version (problem with this is that is not a solution if you use personalized catalog because the new function has code relevant to that)
3. Merging the result from the call from 19.1 and the one from 19.2 (problem: performance)