Users
const BObjectList<BUser, true>& Users() const;
count = info.Users().CountItems();
PrintUser(*info.Users().ItemAt(i));
const BObjectList<BUser, true>& users = packageInfo.Users();
const BObjectList<BUser, true>& users = package->Info().Users();