Mixing Entries Data and Matrix Data

Ryan codes a Recently Added page module for the dashboard of CraftQuest. This module includes data from multiple sections and data from a Matrix field. How can we pull it all together into a single list while also only retrieving data that is recent? Watch to see how he approaches it.In the video I used the wrong parameters for Supersort. In the final template, I switched this to use `{% set sortedUpdatedItems = updatedItems | supersort('rsortAs', '{{ object.dateAdded.date }}') %}`

Some stuff to help you along during the lesson: