ReviewsResult interface

Properties

hasMoreReviews

Flag indicating if there are more reviews to be shown (for paging)

reviews

List of reviews

totalReviewCount

Count of total review items

Property Details

hasMoreReviews

Flag indicating if there are more reviews to be shown (for paging)

hasMoreReviews: boolean

Property Value

boolean

reviews

List of reviews

reviews: Review[]

Property Value

Review[]

totalReviewCount

Count of total review items

totalReviewCount: number

Property Value

number