type Post

A blog post with comments.

field id : string

Identifier of the post.

field title : string

Title of the post.

field content : string

Content of the post.

field author : User

Author of the post.

field length : Post :: Length

Length of the post.

nested enum Post :: Length

no documentation :(