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

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