if (doc.phone) {
        if (!phones.includes(doc.phone)) {
          phones.push(doc.phone);
        }