[
  {
    "id": 1,
    "name": "Murder on the Orient Express",
    "originalPublishingDate": "1934-01-01",
    "authorID": 1,
    "isbn": "9780671523688"
  },
  {
    "id": 2,
    "name": "The Mysterious Affair at Styles",
    "originalPublishingDate": "1920-10-01",
    "authorID": 1,
    "isbn": "9780812977202"
  },
  {
    "id": 3,
    "name": "The Adventure of the Three Garridebs",
    "originalPublishingDate": "1924-10-25",
    "authorID": 2,
    "isbn": "9788726586343"
  },
  {
    "id": 4,
    "name": "The Murders in the Rue Morge",
    "originalPublishingDate": "1841-04-04",
    "authorID": 3,
    "isbn": "9781407021102"
  }
]