const grafanaAPI = { getCarsCount: async () => 500, getSignalsCount: async () => 1234567890, }; export default grafanaAPI;