How i can display product reviews in Mini Cart/Cart Page

I`m looking for a way to display reviews in the Mini Cart/Cart Page,

I`m using a warehouse theme, the theme already has a way to display reviews but not in cart/mini cart.

i`m not sure if this is a code that displaying reviews:

      {%- if settings.show_reviews_badge -%}
        <a class="product-item__reviews-badge link" href="{{ product.url }}#product-reviews">
          {%- render 'product-rating', product: product -%}
        </a>
      {%- endif -%}

Here an example what i want.

Hello, @Bilal_Abu_Ganem

This is the code that shows the ratings of the product, not the reviews. As for showing the reviews in the cart/minicart, I think there is no way to do that other than with coding quite a bit, unless the app you use has a way of showing it there