/**
* Is this an empty state, I.e: no items of this type regardless of the searched for states.
*
* @return boolean
*
* @throws Exception
*
* @since 4.0.0
*/
public function getIsEmptyState() : bool
{
return $this->_getListCount($this->getEmptyStateQuery()) === 0;
}