i have succesfully Fetched the data i wanted but i am unable to print the titles, i need to check the titles of the Data i am getting. what should i do to print those titles or save them in an array. thanks a lot.
console.log(data);
{docs: Array(13)}
docs: Array(13)
0: {id: "5decc1d526e8707d4473c3ef", title: "11Records.csv"}
1: {id: "5decc1ff26e8707d4473c3fe", title: "thisIsNewReport.csv"}
2: {id: "5decc35d26e8707d4473c40d", title: "a.csv"}
3: {id: "5decc3bd26e8707d4473c41c", title: "a.csv"}
4: {id: "5decc3d826e8707d4473c42b", title: "a.csv"}
5: {id: "5decc4d826e8707d4473c43a", title: "thisIsNewReport.csv"}
6: {id: "5decc5d826e8707d4473c449", title: "thisIsNewReport.csv"}
7: {id: "5decc63626e8707d4473c458", title: "thisIsNewReport.csv"}
8: {id: "5decc66f26e8707d4473c467", title: "thisIsNewReport.csv"}
9: {id: "5deccab726e8707d4473c476", title: "thisIsNewReport.csv"}
10: {id: "5deccb5926e8707d4473c485", title: "thisIsNewReport.csv"}
11: {id: "5deccb8d26e8707d4473c494", title: "thisIsNewReport.csv"}
12: {id: "5deccba926e8707d4473c4a3", title: "thisIsNewReport.csv"}
length: 13
__proto__: Array(0)
__proto__: Object