true, ]); } public static function unPublished() { return self::where([ 'isPublished' => false, ]); } }