There is a response from an API that looks like this snippet below, i would like to add the values (student scores over a period of time) and display the total value in the text widget on the UI
data : [
{
score : 10
}
{
score: 34
}
{
score: 45
}
]