Unable to Access Deep Nested Relationship

Structure:
Collection Type Name Feature
Component Type named Section.FeatureListRow
Has a relationship 1 - Many Features
3. Have a collection type pages:
DynamicZone with FeatureListRow as a component

Given this structure. When ever I route : /pages

I get all the featuresList , individual features but I don’t get one of the items “links” as part of the response I don’t know what I am doing wrong can you please help attached are some image

Github Repo

Visit localhost:1337/pages i get

{ 
"id": 1,
"title": "Learning Management System",
"description": null,
"displayTag": false,
"tag": "Coming_Soon",
"slug": "learning-management-system",
"published_at": "2021-01-16T04:33:05.295Z",
"created_at": "2021-01-16T04:32:38.010Z",
"updated_at": "2021-01-18T18:29:45.106Z",
"image": {
"id": 2,
"name": "bitmap.svg",
"alternativeText": "",
"caption": "",
"width": 48,
"height": 48,
"formats": null,
"hash": "bitmap_8ecd905565",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 95.74,
"url": "/uploads/bitmap_8ecd905565.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2021-01-14T23:16:42.971Z",
"updated_at": "2021-01-14T23:16:43.011Z"
}
}

Visit localhost:1337/features then i get the link that is not showing up in the api response

   {
"id": 1,
"title": "Learning Management System",
"description": null,
"displayTag": false,
"tag": "Coming_Soon",
"slug": "learning-management-system",
"published_at": "2021-01-16T04:33:05.295Z",
"created_at": "2021-01-16T04:32:38.010Z",
"updated_at": "2021-01-18T18:29:45.106Z",
"link": {
"id": 29,
"title": "Learning Management System",
"url": "/features/learning-management-system",
"style": null,
"newTab": null,
"disabled": null,
"icon": null
},
"image": {
"id": 2,
"name": "bitmap.svg",
"alternativeText": "",
"caption": "",
"width": 48,
"height": 48,
"formats": null,
"hash": "bitmap_8ecd905565",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 95.74,
"url": "/uploads/bitmap_8ecd905565.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2021-01-14T23:16:42.971Z",
"updated_at": "2021-01-14T23:16:43.011Z"
}
},

i don’t know what i am doing wrong kindly please help thanks.

System Information
  • 3.4.3:
  • Mac OSX:
  • SQLLite:
  • v10.18.0:
  • 6.14.8:
  • 1.21.1: