Find query with _start and _limit

I think this needs to be like this

entityS = await strapi.query(‘subscriptions’).find({_start:0,_limit:10, api_id:1}) 
1 Like