for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FNDEV\vShpare\Api\VM\Traits;
trait CountAbleObject
{
public function count()
return count($this->items);
}