whereNull(Video::ATTRIBUTE_RESOLUTION); } /** * Get the badge for the tab. * * @return int */ public function getBadge(): int { return Video::query()->whereNull(Video::ATTRIBUTE_RESOLUTION)->count(); } }