Yes, what happened is, you don’t have a unique_id so it incremented your entity_id with a _2. If you add a unique_id to that, you can reload and it won’t add additional entities on each reload.
Yes, what happened is, you don’t have a unique_id so it incremented your entity_id with a _2. If you add a unique_id to that, you can reload and it won’t add additional entities on each reload.