NexSDK
    Preparing search index...

    Interface ReviewSummaryResponse

    interface ReviewSummaryResponse {
        average_rating: ReviewSummaryResponseAverageRating;
        total_count: number;
    }
    Index

    Properties

    average_rating: ReviewSummaryResponseAverageRating
    total_count: number