Output all key:values in a collection when using the map function

Hi all,

I would like to output all the key:values in a collection, when I search using the map function.

So when I search on subscriptionRef key and it finds a match, I would like to output the whole collection (id, description, customerId, type, state, subscriptionRef within that collection).

How can I do that?

{{map(55.data; “???”; “subscriptionRef”; 53.accountNumber)}}