# Article object
# article.author
Returns the name of the author of the article.
# article.blog
Returns the blog object of the article.
# article.content
Returns the content of the article.
# article.created_at
Returns an ISO8601 timestamp of when the article was created.
# article.excerpt
Returns the summary of the content of the article.
# article.excerpt_or_content
Returns the excerpt if the article has excerpt but returns the content if not.
# article.handle
Returns the slug of the article.
# article.id
Returns the unique id of the article.
# article.image
Returns the URL of the image of the article.
# article.published_at
Returns an ISO8601 timestamp of when the article was published.
# article.meta_description
Returns the description of the variant for search engines.
# article.meta_title
Returns the title of the variant for search engines.
# article.title
Returns the title of article.
# article.updated_at
Returns an ISO8601 timestamp of when the article was last updated.
# article.url
Returns the url of the article.