Aggregate means collection of something.
root is like top node of tree, from where we can access everything like <html>
node in web page document.
Blog Analogy, A user can have many posts and each post can have many comments. so if we fetch any user then it can act as root to access all the related posts and further comments of those posts. These are all together said to be collection or Aggregated