export class Story { id:string; status:string; userId:string; slug:string; title:string; content:string; contentHTML:string; shortInline:string; shortText:string; views:number; viewsRecent:number; created:Date; updated:Date; }