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