tomhooijenga
Results
1
issues of
tomhooijenga
In general, when fetching objects, some children get expanded to the corresponding object. For example: ```js {author: 'some_username'} => {author: RedditUser { name: 'some_username' } }``` When fetching a user,...