{
"data": [
{
"id": "6503f1234567890abcdef123",
"title": "Teoman Konseri",
"description": "Ünlü sanatçı Teoman'ın unutulmaz konser gecesi",
"type": "concert",
"price": 150,
"image": "https://example.com/teoman-concert.jpg",
"isFeatured": true,
"startDate": "2024-06-15T20:00:00Z",
"endDate": "2024-06-15T23:00:00Z",
"status": "upcoming",
"maxParticipants": 500,
"currentParticipants": 125,
"ageLimit": 18,
"businessId": "6503f1234567890abcdef456",
"isActive": true,
"sortOrder": 1,
"organizer": "Teoman",
"ticketUrl": "https://biletix.com/teoman-konseri",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
],
"meta": {
"total": 25,
"featuredCount": 5,
"upcomingCount": 15,
"ongoingCount": 3,
"averagePrice": 87.5,
"priceRange": {
"min": 25,
"max": 250
},
"typeStats": [
{
"type": "concert",
"count": 10
}
],
"page": 1,
"limit": 20,
"totalPages": 2
}
}