1//! Data models for Ghost API resources.
2//!
3//! This module contains all the data structures that represent Ghost API
4//! resources and their associated types.
56pub mod author;
7pub mod envelope;
8pub mod page;
9pub mod pagination;
10pub mod post;
11pub mod settings;
12pub mod tag;