Component repeatable Strapi v4 not showing in response

`Currently I am trying to get the nested array inside a component, but other components are showing while the introduction component is not even showing in the response. So my question is how do I display that data from component repeatable (introduction).

Check image Strapi dasboard: Screenshot-2022-04-16-at-11-46-38 — ImgBB

Using the following url to get the response back from the get request http://localhost:1337/api/websites?populate=*`

Current output in Postman:

Anyone an idea how I can get access to the nested component repeatable data?