For example, suppose you have a blog post schema with an array of tags . const blogPostSchema = Schema({ title: String, tags: [String] });.
確定! 回上一頁