{
"message": "\"#apple\"인 게시글들을 가져왔습니다.",
"posts": [
{
"idx": 35,
"content": "#apple\n#blue",
"photos": "development/photos/chick_1685338872447.jpg|development/photos/parrot_1685338872456.jpg|development/photos/rabbit_1685338872458.jpg",
"createdAt": "2023-05-29T05:41:23.396Z",
"updatedAt": "2023-05-29T05:41:23.398Z",
"userIdx": 1,
// 게시글 작성자
"user": {
"idx": 1,
"avatar": "development/photos/cat.jpg",
"nickname": "apple",
"followers": []
},
// 게시글에 좋아요 누른 유저들
"postLikers": [
{
"postLikerIdx": 1,
"postLikedIdx": 35,
"createdAt": "2023-05-29T05:50:07.149Z",
"updatedAt": "2023-05-29T05:50:07.151Z"
}
],
// 게시글에 북마크 누른 유저들
"bookMarkers": [
{
"bookmarkerIdx": 1,
"bookmarkedIdx": 35,
"createdAt": "2023-05-29T05:50:11.082Z",
"updatedAt": "2023-05-29T05:50:11.084Z"
}
],
// 게시글 댓글, 좋아요 총 개수
"_count": {
"comments": 0,
"postLikers": 1
}
}
]
}
{
"message": "로그인후에 접근해주세요!"
}
{
"message": "가능한 요청이 아닙니다.\n확인후에 다시 시도해주세요!"
}
{
"message": "서버측 문제입니다.\n잠시후에 다시 시도해주세요!"
}