The Jira REST api allows to specify `expand` and `recent` parameters when getting projects (see https://docs.atlassian.com/jira/REST/cloud/#api/2/project-getAllProjects). The `Api::getProjects` doesn't allow to do that. I've tried to specify `expand` parameter, but I'm still getting back all fields with `description,lead,url,projectKeys` expand returned.