Optional
The fields to keep in the respoonse
All the countries
Get all the countries
const countries = await getAll();const countries = await getAll(['name', 'capital']); Copy
const countries = await getAll();const countries = await getAll(['name', 'capital']);
The fields to keep in the respoonse