@sofim62605772,
Any AEM components can have the lazy load behavior, but it must work in parallel with Javascript.
This seems like a custom ratings-component that is not related to the AEM WCM Core components.
My approach:
Assuming that SEO is not required, I will create Javascript business logic that detects the user scrolling is at the bottom of the page; once at the bottom of the page, I will make my api call, api.ratings/customerbox/1 (you should be able to see the first 10 ratings & the HTML will be rendered). Within the same ratings component, you should be seeing a "see more comments" button, where when you click on "see more comments", then the next api.ratings/customerbox/2 will be called.
Assuming that this is some kind of product review page, the component will be baked into the page template (component inside the structure for editable templates) itself .
I hope this helps,
Brian.