IonAccordion load

Hi. I am using IonAccordion component to display a navigation tree. It is recursive component: accordions inside accordions… It works well when all the tree is stored in a single json file… But how to do that with async loading of content/branches of tree? Before user clicked “folder” we haven’t its content, we should load it first, and then put it inside opened folder…