Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "slug": "0u-00000124",
  3. "createdAt": "2017-03-23T14:05:11.934Z",
  4. "price": 384
  5. },
  6. {
  7. "slug": "0u-00000125",
  8. "createdAt": "2017-03-23T14:06:11.934Z",
  9. "price": 129
  10. },
  11. {
  12. "slug": "0u-00000125",
  13. "createdAt": "2017-03-23T14:07:11.934Z",
  14. "price": 125
  15. }
  16.  
  17. Price.find({}, {}, { sort: { createdAt: -1 } });
  18.  
  19. {
  20. "slug": "0u-00000124",
  21. "createdAt": "2017-03-23T14:05:11.934Z",
  22. "price": 384
  23. },
  24. {
  25. "slug": "0u-00000125",
  26. "createdAt": "2017-03-23T14:07:11.934Z",
  27. "price": 125
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement