Retrieve reviews from product - Product Reviews app by Shopify

I want to show a review section of a product outside of the standard “product reviews” block that I can use in the admin panel. I want to do some custom styling to it and place it in a section that I have already created.

Is there a way to fetch the reviews data from the product so I can use this in my own sections instead of the app’s block that I can use in the admin panel? The reviews do not seem to be in the meta data of a product either.

For example this works just fine:

product.metafields.reviews.rating.value

I would like to do the same but for the written reviews a product has.

Thanks!