function getCustomerAttributes() {
    if (!cards.length) { return []; }

    const schema = Schemas.schemas[collectionName];
    if (!schema) { return []; }