export interface RedditListingOptions { limit?: number; after?: string; before?: string; show?: string; count?: number; }