RequestResponse{ id: string, text: string, author: user{}, // user 정보 images: string[], createdAt: string, updatedAt: string, comments: [], // 대댓글 → 우선순위 뒤로 likes: [], // 좋아요 한 userId }