StaffStats
User's staff statistics
type StaffStats {
  staff: Staff
  amount: Int
  meanScore: Int
  timeWatched: Int
}
Fields
StaffStats.staff ● Staff object
StaffStats.amount ● Int scalar
StaffStats.meanScore ● Int scalar
StaffStats.timeWatched ● Int scalar
The amount of time in minutes the staff member has been watched by the user
Member Of
UserStats object