@Field(() => PortalPermissionForm)
  // This doesn't specify the property on AdminProject for the reverse
  // reference (currently there isn't one)
  @ManyToOne(type => PortalPermissionForm)
  // We might be able to configure this so we don't need to provide a name