Webiny\Component\Storage\Directory\Directory::count PHP Method

count() public method

Count number of items in a directory
public count ( ) : integer
return integer
    public function count()
    {
        $this->loadItems();
        return count($this->items);
    }