Actually getData() returns a url which show the statistics of website but here i want to take stored values from my wix database in let id that means my backend code connected to my database field which call in front end, My code is running successfully when i declare one value like: const id = ‘xxxxxx’ but i want to take the values from database, i hope you understand