Sorting a `Chunk<{ name: string, createdAt: Date }>` by ascending `createdAt`
If I have a 
Chunk<{ name: string, createdAt: Date }> how do I sort if by ascending createdAt? 