type ExampleEntity @entity { id: ID! count: BigInt! param1: String! # string param2: Int! # uint8 }