export class Thumbnail {
  constructor(
    public url: string,
    public title: string
  ) { }
}
