{
  "query": "romance",
  "results": [
    {
      "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": 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."
    }
  ],
  "count": 2
}