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