OBJECT
A type that describes a summary of user activities
1type Activity {23# Name of the activity tracked4type: String! 56# Number of access to the activity7count: Int! 89}