These are the proposed schemas for subscriptions, articles and favorites.
Subscription { id string url string name string }
Article { id string url string name string author string published int parent *Subscription body string read bool }
Favorite { id string url string name string author string published int body string }
There was an error while loading. Please reload this page.