# 文章

Model名称: Article

Field Type Description
categoryID ObjectId 文章分类ID
tagIdList Array<ObjectId> 文章标签ID列表
title String 文章标题
content Markdown 文章内容
cover File 文章封面
isPublished Boolean 是否发布
pv Number 文章访问量
starCount Number 星星个数

# 虚拟字段

Field Type Description
category Object 所属分类
tagList Array<tag> 标签列表
commentCount Number 评论个数
comments Array<comment> 评论列表