Open
Description
I am trying to search for multiple datasets:
catalog = pystac_client.Client.open("https://planetarycomputer.microsoft.com/api/stac/v1", modifier=planetary_computer.sign_inplace)
search = catalog.search(collections=['nasadem', 'esa-worldcover', 'jrc-gsw'], datetime='2021', bbox=bbox).item_collection()
However, each dataset is derived from a different time period. I would like to get the latest dataset for each collection instead of all available datasets