fix: Artist 직렬화 ArtistQueryModel로 변환 후 직렬화 하도록 변경 (#831) #832
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
✨ PR 세부 내용
이슈 내용 그대로 Artist를 직렬화할 때 엔티티 그대로 직렬화 하는 것을
ArtistQueryModel
을 정의하여 직렬화 하도록 했습니다.해당 이슈 빠르게 처리되지 않으면 클라이언트에서 처리가 불가능하므로 우선 바로 머지하겠습니다.
추가 변경 또는 더 나은 개선 방향이 있다면 새롭게 이슈로 파서 처리하면 될 것 같습니다!