Story(id: String, url: String, mediaType: String, createdAt: Date, commentCount: Int, likeCount: Int, content: String, permission: String, media: List<StoryImage>?, likes: List<StoryLike>, comments: List<StoryComment>)
스토리 조회 API 응답 클래스