@OneToMany(mappedBy = "post", cascade = CascadeType.ALL, orphanRemoval = true) private Set<Comment> comments = new HashSet<>();
private Set<CommentDto> comments;
@Data 일때 자동으로 댓글의 포스트 댓글 포스트 댓글로 무한 반복됨