Hello everyone, i created a data source with elasticsearch (i use grafana 7.5). i can’t create my query. suppose i have a “contacts” index that contains a list of contacts composed by name, surname, address, update_date. i would like to display in the table the contacts with the most recent update_date. i can’t figure out how to add a column without doing any operations on it. i can only use metric, groupby and having by.