if (membersWithSuppressedEmails.length === 0) {
            logging.info('No emails suppressions found');
            return;
        } else {
            logging.info(`Unsubscribing ${membersWithSuppressedEmails.length} members from newsletters due to email suppressions`);