[RELEASED] Current status of subitem API support?

Hi Helen, thanks for your reply.

I seem to have posted a wrong link in my previous post. A typical newbie error of mine!

Anyway, the limit of returned items in field subitems is mentioned here. The last reaction mentions a “default limit of 25”. This claim was not disputed and afterwards no announcement was made involving this limit. I assume it still exists.

I can get all 26 subitems of a parent item, and you managed to get all 31 subitems of another parent item, so the limit is higher nowadays. Do you know the current limit?

You mention pagination - but I don’t know how to get pagination within a field value. I have the following query:
query request($parentitemid: Int) {
items(ids: [$parentitemid]) {
column_values(ids: “subitems”) {
value
}
}
}

Can you help me rewrite this, to include pagination and a small page size?