interface TaggedObject {
  id: number;
  type: string;
  name: string;
  url: string;