Pagination of branch list API starts at 1, not 0. When requesting 0, we're getting 1 so indeed, we're retrieving the same page twice. It results in wasted effort, and in errors when actually deleting branches (as we try to delete branches twice and of course, the second time fails)