{
"content": [
{
"id": 1,
"content": "좋은 글이네요!",
"author": "홍길동",
"memberId": 100,
"createdAt": "2025-01-24T10:30:00",
"updatedAt": "2025-01-24T10:30:00"
},
{
"id": 2,
"content": "동의합니다!",
"author": "김철수",
"memberId": 101,
"createdAt": "2025-01-24T10:35:00",
"updatedAt": "2025-01-24T10:35:00"
}
],
"page": 0,
"size": 20,
"totalElements": 150,
"totalPages": 8,
"hasNext": true,
"hasPrevious": false
}