{
"totalNum": 162,
"portfolioList": [
{
"id": 123,
"title": "리액트",
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit.",
"firstImage": "",
"category": "게임",
"recruitmentField": "개발",
"portfolioTag": [],
"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": 159,
"commentsNum": 2
},
{
"id": 124,
"title": "example2",
"content": "PICK ME UP PLEASE 리액트",
"firstImage": "https://example/portfolio-photo.png",
"category": "웹",
"recruitmentField": "개발",
"portfolioTag": [
{
"id": 1,
"tag": "리액트"
},
{
"id": 2,
"tag": "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": 121,
"commentsNum": 7
}
]
}