type ExampleEntity @entity {
id: ID!
count: BigInt!
connectors: [String]! # string[]
connectorName: String! # string
}