CountPackages
int32 CountPackages() const;
HDINFO("[%s] did collate %" B_PRIi32 " packages", Name(), data.CountPackages());
int32 CountPackages() const;
int32 count = installationRepository.CountPackages();
int32 packageCount = repository->CountPackages();