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>)
Author
kevin.kang. Created on 2018. 3. 20..