By using console.log(results), I realized that my aggregation results had been grouped by user email successfully. However, I couldn’t let it display the correct group result based on each user email. Now it always display the result of item[0]. How can I display the result based on different item without human input?