OBJECT
type SiteCallTrackingsStatistics_Stats {# Count of all callscountAll: Int! # Count of unique callscountUniqueCall: Int! # Count of answered callscountAnsweredCall: Int! # Average durationaverageDuration: Float! dateStart: DateTime! dateEnd: DateTime! # Every calls of this monthcalls: [SiteCallTrackingsStatistics_Call]! }