{
  docs: [
    {
      contacts: [
        { name: 'Jane Smith', email: 'jane.smith@schoolA.com', phone: '123-456-7890', inbound: true, formatted: { heading: "There are some issues with the name field:",  issues: ["name should consist of", "first word is first name", "second word is last name"] } },
        { name: 'John Doe', email: 'john.doe@schoolA.com', phone: '123-456-7890', formatted: { heading: "There are some issues with the name field:",  issues: ["name should consist of", "first word is first name", "second word is last name"] } },
        { name: 'Jane Smith', email: 'jane.smith@schoolA.com', phone: '123-456-7890', source: 'www.chinespod.com' },
        { name: 'John Doe', email: 'john.doe@schoolA.com', phone: '123-456-7890', outbound: true, },
      ],
      name: 'Education',
      street: 'Blablablastreet 1',
      zip: '11111',
      place: 'Paris',
      website: '',
      region: 'fr',
      id: '65dbf658b3a8cf7d2d8161e1',
    },
    {
      name: 'School B',
      website: 'www.schoolB.com',
      contacts: [
        { name: 'Jane Smith1', email: 'jane.smith@schoolB.com', phone: '123-456-7890', outbound: true, },
        { name: 'John Doe', email: 'john.doe@schoolB.com', phone: '123-456-7890' },
        { name: 'Jane Smith', email: 'jane.smith@schoolB.com', phone: '123-456-7890' },
        { name: 'John Doe', email: 'john.doe@schoolB.com', phone: '123-456-7890', source: 'www.chinespod.com' },
        { name: 'Jane Smith', email: 'jane.smith@schoolB.com', phone: '123-456-7890' },
        { name: 'John Doe', email: 'john.doe@schoolB.com', phone: '123-456-7890', formatted: { heading: "There are some issues with the name field:",  issues: ["name should consist of", "first word is first name", "second word is last name"] }  },
        { name: 'Jane Smith', email: 'jane.smith@schoolB.com', phone: '123-456-7890' },
        { name: 'John Doe', email: 'john.doe@schoolB.com', phone: '123-456-7890' },
      ],
    },
    {
      name: 'School A',
      website: 'www.schoolA.com',
      contacts: [
        { name: 'Jane Smith', email: 'jane.smith@schoolA.com', phone: '123-456-7890', source: 'www.chinespod.com', formatted: { heading: "There are some issues with the name field:",  issues: ["name should consist of", "first word is first name", "second word is last name"] } },
        { name: 'John Doe', email: 'john.doe@schoolA.com', phone: '123-456-7890', formatted: { heading: "There are some issues with the name field:",  issues: ["name should consist of", "first word is first name", "second word is last name"] } },
        { name: 'Jane Smith', email: 'jane.smith@schoolA.com', phone: '123-456-7890',  formatted: { heading: "There are some issues with the name field:",  issues: ["name should consist of", "first word is first name", "second word is last name"] } },
      ],
    },
    {
      name: 'School B',
      website: 'www.schoolB.com',
      contacts: [],
    },
  ],
  fullRegion: 'United States / Alabama',
  newUser: true,
}