Elastisearch query alert - recovering action does not contain context.hits

Hi,

If you have an Elasticsearch query, with GROUPED OVER top 20 container.name, and you specify a recovery action. Doesnt seem like the recovery action is able to fetch the context.hits object. Doesn't that kind of defeat the purpose when using GROUPED OVER top? How do we know which alert has been recovered if we are not able to see the name of the component in the recovery message?

For example this recovery message

<{{context.link}} | Component "{{context.hits.0._source.container.name}}" is no longer logging error(s)>

hits here is nothing. Am I doing something wrong, or is this not possible at all?