feat(creator-channel): 채널 상세조회 응답값에 최신 콘텐츠, 전체 콘텐츠 수, 구매한 콘텐츠 수 추가

This commit is contained in:
Yu Sung
2025-10-17 00:34:50 +09:00
parent d1dcbfbd86
commit 667195bd64
2 changed files with 3 additions and 18 deletions

View File

@@ -13,6 +13,9 @@ struct GetCreatorProfileResponse: Decodable {
let similarCreatorList: [SimilarCreatorResponse]
let liveRoomList: [LiveRoomResponse]
let contentList: [GetAudioContentListItem]
let latestContent: GetAudioContentListItem?
let totalContentCount: Int
let ownedContentCount: Int
let notice: String
let communityPostList: [GetCommunityPostListResponse]
let cheers: GetCheersResponse