I would like to sort blog articles by date from oldest to newest. Is that possible? thanks

For example: this code doesn’t work :
import wixData from ‘wix-data’ ;
// …
wixData.query( ‘#customFeedWidget1’ ).ascending( “created” );

Why ?

Thanks a lot

Kind regards