type User @model @searchable { id: ID! name: String! createdAt: AWSDate userItems: [String] }