{
  "success": true,
  "data": [
    {
      "id": 3,
      "name": "Keyboard",
      "price": 79.99,
      "stock": 30
    }
  ],
  "meta": {
    "total": 1,
    "filters": {
      "minPrice": 50,
      "maxPrice": 200
    }
  }
}