Is there a replacement for chunk() in Kirby 3?

Hello hello!

Linked to my previous question How to split chunks?, but back one step—how can I achieve, for example, the latest 9 articles in a structure such as:

[Banner]
[Chunk of 3 articles]
[Banner]
[Chunk of 3 articles]
[Support]
[Chunk of 3 articles]
[Newsletter]

in Kirby 3, when chunk() doesn’t feature in the new docs. Is there an new similar function I’m missing?
Thank you :slight_smile:

The chunk() method still exists… it’s just missing from the docs, but the method is inherited from the Collection class.