Mission: Data Miner, task #6: Retrieve Data With Aggregate Functions

I believe I performed all the steps correctly but it completion is not recognized.

Is this a bug or am I missing something?

OK I was able to get it to work by pasting this url into the browser.

https://fondpotato.backendless.app/api/data/Country?props=COUNT(objectId)%20as%20CountryCount,Continent,MIN(LifeExpectancy)%20as%20MinLifeExpectancy,MAX(LifeExpectancy)%20as%20MaxLifeExpectancy&groupBy=Continent

Need to update Missions for the task to complete by using the REST Console now that it has aggregate functionality.