I want to set the value of countbubble in listItems via JS in the output response mapping of a REST service. I've checked the documentation but haven't found this. How may I proceed?
The pseudocode for output service mapping is below:
function(value, element) {
element.ui_li_count.text = 10;
}