fix: 메인 홈 - 인기 크리에이터

- 팔로워 수 추가
This commit is contained in:
2025-07-11 20:00:39 +09:00
parent 704ad12ccf
commit a49b82a7c2
3 changed files with 11 additions and 4 deletions

View File

@@ -14,5 +14,6 @@ data class GetExplorerSectionCreatorResponse(
val id: Long,
val nickname: String,
val tags: String,
val profileImageUrl: String
val profileImageUrl: String,
val followerCount: Int
)