%% 목표 스키마에 추가되는 mention 관계 %% question: 목표 모델에서 기존 users는 mentioned 사용자 역할로 feed_item_mentions에 어떻게 연결되는가? flowchart LR n0["users"] n1["pages"] n2["feed_items"] n3["highlights"] n4["feed_item_mentions"] n0 -->|"1:N"| n2 n1 -->|"1:N"| n2 n2 -->|"1:N"| n3 n2 -->|"피드 아이템"| n4 n0 -->|"mentioned 사용자"| n4