fix(lookups): keep the `ID` attribute for next loading after removing the last subscription
Previously after first unsubscribing every next subscription loads data without ID
. On some DB dialects it fails since limiting query without order by or ID in fieldList is prohibited or after success loading the mapById
was not filled rightly at all {undefined: {...}}
Edited by Mazur Volodymyr