export interface ICommentable { id: string, commentsNumber: number; }