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

- 팔로잉 여부 추가
This commit is contained in:
2025-07-21 18:21:53 +09:00
parent e068b57062
commit 3d695069a2
3 changed files with 15 additions and 3 deletions

View File

@@ -15,5 +15,6 @@ data class GetExplorerSectionCreatorResponse(
val nickname: String,
val tags: String,
val profileImageUrl: String,
val follow: Boolean,
val followerCount: Int
)