{
"totalNum": 10,
"projectList": [
{
"id": 123,
"title": "example",
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit.",
"category": "게임",
"recruitmentField": "기획",
"region": "서울",
"projectSection": "창업",
"projectTags": [],
"createdDate": "2021-01-07T14:49:52",
"modifiedDate": "2021-01-08T14:05:43",
"user": {
"id": 2,
"email": "example@gmail.com",
"username": "홍길동",
"image": "https://example/photo.jpg"
},
"viewNum": 121,
"commentsNum": 2
},
{
"id": 124,
"title": "example2",
"content": "PICK ME UP PLEASE",
"category": "웹",
"recruitmentField": "개발",
"region": "부산",
"projectSection": "창업",
"projectTags": [
{
"id": 1,
"tagName": "리액트"
},
{
"id": 2,
"tagName": "reactjs"
}
],
"createdDate": "2021-01-08T14:49:52",
"modifiedDate": "2021-01-09T14:05:43",
"user": {
"id": 2,
"email": "example@gmail.com",
"username": "홍길동",
"image": "https://example/photo.jpg"
},
"viewNum": 15,
"commentsNum": 7
},
... // 이후 반복
]
}