OrderPartyRating

A party's average review score and the number of reviews behind it.

  • average
    Type: number
    min:  
    1
    max:  
    5
    nullable
    required

    Average review score from 1 to 5. null when there are no reviews yet.

  • count
    Type: integer
    min:  
    0
    max:  
    9007199254740991
    required

    Number of reviews behind the average.

Examples
{
  "average": 4.9,
  "count": 214
}