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