# Sandbox.Package.ReviewStats

- Kind: struct
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`NegativeRatings`](/api/Sandbox.Package.ReviewStats/NegativeRatings): Gets the number of negative ratings associated with the item.
- [`NegativeTags`](/api/Sandbox.Package.ReviewStats/NegativeTags): Gets a read-only dictionary containing the negative review tags and their corresponding counts.
- [`PositiveRatings`](/api/Sandbox.Package.ReviewStats/PositiveRatings): Gets the number of positive ratings associated with the item.
- [`PositiveTags`](/api/Sandbox.Package.ReviewStats/PositiveTags): Gets a read-only dictionary containing the count of each positive review tag associated with the item.
- [`PromiseRatings`](/api/Sandbox.Package.ReviewStats/PromiseRatings): Represents the number of promise ratings associated with the current instance.
- [`Score`](/api/Sandbox.Package.ReviewStats/Score): A normalized score from 0 to 1, where 1 means all ratings are positive.

## Properties

- [`Total`](/api/Sandbox.Package.ReviewStats/Total): Gets the total number of ratings, including positive, negative, and promise ratings.
