$collection->nth() Returns the nth element from the collection kirby/src/Toolkit/Collection.php#L704 $collection->nth(int $n): mixed Parameters Name Type Default $n * int – Return type mixed Parent class Kirby\Toolkit\Collection