type Todo @model { id: ID! done: Boolean! description: String }