def api_featured_collections():
    featured_collections = apicache.featured_collections()
    return jsonify({'results': featured_collections})
def api_featured_collections():
    featured_collections = apicache.featured_collections()
    return jsonify({'results': featured_collections})