@JoinTable({
      name: "admin_project_users", // table name for the junction table of this relation
      joinColumn: {
          name: "project_id",
          referencedColumnName: "id"