Trying to extract reviews from iOS, where the key includes a colon in the middle.
For example: im:rating: {attributes: {…}}
Thus, attempting something like this is unsuccessful: {entry.im:rating.label}
What is the best way to retrieve the label from im:rating?