OBJECT
An entity to keep metadata of a tag
type ObservationTagOccurrence implements Node {id: ID! # count of observations assigned with the tagobservationCount: Int! # source of the tagsources: [ObservationSource!]! # tag group id of which the tag is assigned totagGroupId: String # name of the tagtagName: String! }