hi team, I’m facing an issue which I can’t be able to succeed in getting the field value out and aggregate it. The output from ES is {“outputStats”: {“start_time”:“2020-12-31”, “stats”: {[“recordCount”: “100”]}}. what the the Lucene query syntax I should put? I have tried with {“find”:“terms”, “field”: “outputStats”, “query”: “stats.recordCount”}.