Advertisement
Guest User

Untitled

a guest
May 6th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. _id : "userId1" ,
  3. username : "username",
  4. following : ["userId2","userId3" ...],
  5. }
  6.  
  7. {
  8. _id : "mediaId" ,
  9. mediaUrl : "mediaUrl",
  10. author : { _id : "userId1",
  11. userName : "username"
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement