const data: Record<string, any> | void = await CartoDBService.getWdpa(
            ctx.params.id,
            ctx.request.query.alertQuery as string,
            ctx.request.query.period as string
        );