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