OBJECT
A type that describes the data metrics of the system
1type Metrics {23# Total number of users registered in the system4users: Int! 56# Total number of users whose token has not expired7activeUsers: Int! 89# Total number of feeds registered in the system10feeds: Int! 1112# List of activities tracked13activities: [Activity] 1415}