int activeCountFor(String miniProgramId) => _owners.values.where((owner) => owner == miniProgramId).length;