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 page;
8pub mod pagination;
9pub mod post;
10pub mod settings;
11pub mod tag;