I have an interface INewsArticle[] with the following objects
export interface INewsArticles{ id : number, fileName : string, title : string, content : Text