profile_relationship_aggregate_fields
aggregate fields of "profile_relationship"
type profile_relationship_aggregate_fields {
  count(
  columns: [profile_relationship_select_column!]
  distinct: Boolean
): Int!
  max: profile_relationship_max_fields
  min: profile_relationship_min_fields
}