Method LoadObjectsByIdsAsync<TProps>(List<long>, int?)
Load full typed objects by ID list via v_objects_json.
Used for loading homogeneous objects of one type.
Task<List<TreeRedbObject<TProps>>> LoadObjectsByIdsAsync<TProps>(List<long> objectIds, int? propsDepth = null) where TProps : class, new()