publicationState is not working when using findMany

Strapi 4.1.12

I have overridden the find action of my Article entity using now findMany instead of this.super.find, the problem is that this is returning both draft and published articles.

I have tried to add a query parameter, as the doc recommends :

publicationState: "live"

But this is not working :face_with_raised_eyebrow:

Any ideas?

Thanks