Pages::count()

Version 3.7

Number of pages in collection.

Return value

Int

Full documentation

The number of new orders:

$newOrders = $this->get('pages','order')->addWhere('status','New')->count();