E.g.: ```js type Data = { title: string, post: string, comments: Array<Comment>, // <= collection }; ```