type Todo @model @searchable { id: ID! name: String! description: String count: Int }