We have the following SharePoint lookup field named large:-

and when i added the list, i got 2 fields which represent the SharePoint lookup field, as follow:-

and i can get the lookup id by using any of these formulas:-
LookUp(testtestlist,large.Id=9)
LookUp(testtestlist,'large: ID'.Id=9)
so any advice why we got 2 identical fields?