[
  {
    "id": 1,
    "name": "Test Book",
    "author": "Test Author",
    "reader": "Test Reader",
    "position": 0,
    "rating": 0
  },
  {
    "id": 2,
    "name": "Harry Potter and the Philosophers Stone",
    "author": "J. K. Rowling",
    "reader": "Stephen Fry",
    "position": 0,
    "rating": 0
  },
  {
    "id": 3,
    "name": "Harry Potter and the Order of the Phoenix",
    "author": "J. K. Rowling",
    "reader": "Stephen Fry",
    "position": 0,
    "rating": 0
  },
  {
    "id": 4,
    "name": "Harry Potter And The Deathly Hallows",
    "author": "J. K. Rowling",
    "reader": "Stephen Fry",
    "position": 0,
    "rating": 0
  },
  {
    "id": 5,
    "name": "Harry Potter and the Chamber of Secrets",
    "author": "J. K. Rowling",
    "reader": "Stephen Fry",
    "position": 0,
    "rating": 0
  },
  {
    "id": 6,
    "name": "Harry Potter and the Prisoner of Azkaban",
    "author": "J. K. Rowling",
    "reader": "Stephen Fry",
    "position": 0,
    "rating": 0
  },
  {
    "id": 7,
    "name": "Harry Potter and the Goblet of Fire",
    "author": "J. K. Rowling",
    "reader": "Stephen Fry",
    "position": 0,
    "rating": 0
  },
  {
    "id": 8,
    "name": "Harry Potter and the Half-Blood Prince",
    "author": "J. K. Rowling",
    "reader": "Stephen Fry",
    "position": 0,
    "rating": 0
  },
  {
    "id": 9,
    "name": "20.000 Meilen unter den Meeren",
    "author": "Jules Verne",
    "reader": "Ernst Jacobi, Gottfried John, Hermann Lause, Peter Gavajda (Sprecher)",
    "position": 222,
    "rating": 0
  },
  {
    "id": 10,
    "name": "This is a book without tracks",
    "author": "Test",
    "reader": "Test",
    "position": 0,
    "rating": 0
  },
  {
    "id": 11,
    "name": "This is a book with multiple chapters in a single file",
    "author": "Test",
    "reader": "Test",
    "position": 0,
    "rating": 0
  },
  {
    "id": 12,
    "name": "This is a book no chapter names",
    "author": "Test",
    "reader": "Test",
    "position": 0,
    "rating": 0
  }
]