How to get all information from a related collection in strapi v4?

  • Strapi Version: 4.2
  • Database: mysql
  • Node Version: 16
    I have created a collection (favorite) related to product and user. My product collection has a field called images but when i make a GET request to favorites i dont get back the images. I have all permissions active for users. This is my query
    http://192.168.0.102:1337/api/favorites?populate=product&filters[user][id][$eq]=4 .