Core service methods use the Document Service API
In Strapi 5, core service methods use the Document Service API instead of the Entity Service API.
In Strapi 5, core service methods use the Document Service API instead of the Entity Service API.
Learn how to transition from the Entity Service API of Strapi v4 to the Document Service API in Strapi 5
In Strapi 5, the Entity Service API is deprecated, and for the findPage() method you should use the Document Service API's findMany() method instead.
In Strapi 5, 'publicationState' can no longer be used in Content API calls. The new status parameter can be used and accepts 2 different values, draft and published.