Try wrapping it with the built-in function last
.
E.g.:
{{ last(15.conversations) }}
Oops, you can’t do that because you also want to get the body text in the same field.
So you’ll have to use map and last:
E.g.:
{{ last(map(15.conversations; "body_text")) }}