{
"data": [
{
"id": "6503f1234567890abcdef123",
"businessId": "6503f1234567890abcdef456",
"rating": 4,
"comment": "Harika bir mekan, kesinlikle tavsiye ederim!",
"photos": [
"https://example.com/photo1.jpg",
"https://example.com/photo2.jpg"
],
"user": {
"maskedName": "A***",
"avatar": "https://example.com/avatar.jpg"
},
"isEdited": false,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
],
"meta": {
"total": 150,
"averageRating": 4.2,
"ratingDistribution": {
"1": 5,
"2": 10,
"3": 15,
"4": 50,
"5": 70
},
"page": 1,
"limit": 20,
"totalPages": 8
}
}