{
  "data": [
    {
      "id": 1,
      "title": "The Great Gatsby",
      "author": "F. Scott Fitzgerald",
      "year": 1925,
      "isbn": "978-0743273565",
      "genre": "Literary Fiction",
      "description": "A tale of the Jazz Age, focusing on mysterious millionaire Jay Gatsby and his obsession with Daisy Buchanan."
    },
    {
      "id": 2,
      "title": "1984",
      "author": "George Orwell",
      "year": 1949,
      "isbn": "978-0451524935",
      "genre": "Dystopian Fiction",
      "description": "A dystopian novel set in a totalitarian society, following Winston Smith's rebellion against Big Brother."
    },
    {
      "id": 3,
      "title": "Pride and Prejudice",
      "author": "Jane Austen",
      "year": 1813,
      "isbn": "978-0141439518",
      "genre": "Romance",
      "description": "The story of Elizabeth Bennet and her prejudice against the proud Mr. Darcy in Regency-era England."
    },
    {
      "id": 4,
      "title": "The Hobbit",
      "author": "J.R.R. Tolkien",
      "year": 1937,
      "isbn": "978-0547928227",
      "genre": "Fantasy",
      "description": "Bilbo Baggins' unexpected journey with thirteen dwarves to reclaim their mountain home from a dragon."
    },
    {
      "id": 5,
      "title": "Dune",
      "author": "Frank Herbert",
      "year": 1965,
      "isbn": "978-0441172719",
      "genre": "Science Fiction",
      "description": "A complex tale of politics, religion, and ecology on the desert planet Arrakis."
    },
    {
      "id": 6,
      "title": "To Kill a Mockingbird",
      "author": "Harper Lee",
      "year": 1960,
      "isbn": "978-0446310789",
      "genre": "Literary Fiction",
      "description": "A story of racial injustice and loss of innocence in the American South, told through the eyes of Scout Finch."
    },
    {
      "id": 7,
      "title": "Neuromancer",
      "author": "William Gibson",
      "year": 1984,
      "isbn": "9780441569595",
      "genre": "Science Fiction",
      "description": "A groundbreaking cyberpunk novel about a washed-up computer hacker hired for one last job."
    }
  ],
  "pagination": {
    "total": 7,
    "page": 1,
    "limit": 10,
    "pages": 1
  }
}