Blazor accordion re-rendering content on show/hide of content

I am using an accordion to show/hide a Blazor component that pulls data from various APIs. Whenever I collapse the accordion and then open it again, the content is being re-rendered. This is an issue because of all the API calls that are hit everytime this happens. Is there any way to stop this behavior so that the content inside the accordion section is only rendered on initial load?