{
"data": [
{
"id": "6503f1234567890abcdef123",
"title": "Kapadokya Balon Turu",
"description": "2 gece 3 gün konaklama ile sıcak hava balonu turu",
"price": 1250,
"image": "https://example.com/kapadokya-package.jpg",
"isFeatured": true,
"businessId": "6503f1234567890abcdef456",
"isActive": true,
"sortOrder": 1,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
],
"meta": {
"total": 25,
"featuredCount": 5,
"averagePrice": 987.5,
"priceRange": {
"min": 450,
"max": 2850
},
"page": 1,
"limit": 20,
"totalPages": 2
}
}