I created simple strapi data and added new entry, in that entry id is not properly generating . example: i created new entry its id is 3 and i created another entry its is is 5, where is id 4?
and,
id showing in strapi dashboard is not same in api response
Example: is showing in dashboard is 1,3,5. and in api response is 2,4,6. how its generating like this.