Nested and repeatable components doesnt show

I want to access to nest component (prosContras)

And then in the request im using ?populate=*

 "contentTable": [
                    {
                        "id": 1,
                        "introduction": "INTROOOOOO"
                    }
                ]

Also i install

"strapi-plugin-populate-deep": "^1.0.1",

But it doesnt work

Im using

@strapi/strapi”: “4.4.3”,