_id should always be considered as a string. It used to be an int, so you can see a few old APIs still using integers.
1 Like
_id should always be considered as a string. It used to be an int, so you can see a few old APIs still using integers.