Post {
  @OneToMany
  Comments

  @ManyToMany
  Tags
}
이렇게 한 모델에 1:m 이랑 m:m이 같이 있으면

하나의 쿼리로 어케 불러옴??

아니면 따로 불러오는게 좋을려나