Retrieves a list of published posts.
The listPosts()
function returns a Promise that resolves to a list of up to 100 published posts.
Using the options
parameter, you can filter your list of posts, set the amount of posts to be returned, and sort your list in a specified order.
By default, the list is sorted by firstPublishedDate
in descending order, and the amount of posts returned is 50.
Sort, filter, and paging options.