@Field(() => String)
  @Column("varchar", { name: "url", nullable: true, length: 255 })
  url: string | null;