Hi i have created a strai page which has home page and has header as a relation when trying to populate not getting header data in json

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi i have created a strai page which has home page and has header as a relation when trying to populate not getting header data in json, the header has 2 components button and a logo but not getting them in json populate i am attaching the screen shot and response

{
    "data": [
        {
            "id": 1,
            "attributes": {
                "createdAt": "2024-02-13T12:51:22.919Z",
                "updatedAt": "2024-02-15T11:43:32.923Z",
                "publishedAt": "2024-02-13T12:52:50.769Z",
                "PageInfo": {
                    "id": 1,
                    "partner": "ALL",
                    "country": "ALL",
                    "pageUrl": "home"
                },
                "seo": {
                    "id": 2,
                    "keywords": "home page",
                    "canonical": "home",
                    "customScript": null,
                    "customStyles": null,
                    "title": "AI Grammar Checker & Online Academic Writing Tool for Researchers | home page",
                    "description": "home page is an advanced AI grammar checker and online academic writing tool that identifies language errors and provides instant, in-depth suggestions to help you polish your manuscript. Get started now, it's free!",
                    "image": null
                },
                "header_eng": {
                    "data": {
                        "id": 1,
                        "attributes": {
                            "createdAt": "2024-02-15T11:33:13.942Z",
                            "updatedAt": "2024-02-15T12:21:12.338Z",
                            "publishedAt": "2024-02-15T11:33:15.992Z",
                            "locale": "en"
                        }
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pageSize": 25,
            "pageCount": 1,
            "total": 1
        }
    }
}