```js
const shows = [
  {
    _id: "5a422a851b54a676234d17f7",
    title: "An Idiot Abroad",
    genre: "Documentary",
    url: "https://www.amazon.com/An-Idiot-Abroad-Season-1/dp/B004WYXK2U",
    likes: 7,
    __v: 0
  },
  {
    _id: "5a422aa71b54a676234d17f8",
    title: "Arrested Development",
    genre: "Comedy",
    url: "https://www.netflix.com/title/70140358",
    likes: 5,
    __v: 0
  },
  {
    _id: "5a422b3a1b54a676234d17f9",
    title: "Community",
    genre: "Comedy",
    url: "https://www.hulu.com/series/community-200c56d4-124c-41a1-b7d2-688f86f432bf",
    likes: 12,
    __v: 0
  },
  {
    _id: "5a422b891b54a676234d17fa",
    title: "The Wire",
    genre: "Drama",
    url: "https://www.hbo.com/the-wire",
    likes: 10,
    __v: 0
  },
  {
    _id: "5a422ba71b54a676234d17fb",
    title: "Succession",
    genre: "Drama",
    url: "https://www.hbo.com/succession",
    likes: 0,
    __v: 0
  },
  {
    _id: "5a422bc61b54a676234d17fc",
    title: "Severance",
    genre: "Drama",
    url: "https://tv.apple.com/us/show/severance/umc.cmc.1srk2goyh2q2zdxcx605w8vtx",
    likes: 2,
    __v: 0
  }  
]
```