Collection & component relational

System Information
  • Strapi Version- 3.6.8:
  • Operating System - W10:
  • Database - postgres:
  • Node Version - v12.22.1:
  • **NPM Version -7.22.0 **:
  • Yarn Version- 1.22.10:

Hi All,

I am working on strapi, I have created one collection(announcement) under this collection I added one component(link), compenent have one attribute which has relationa with one collection(link-url) in this collection we added one component(link-filters).
Problem is when I hit the api to get the announcement data it return all the attributes data but it not return the link-filters attribute data.

Is any one can help me on thius?

Thanks