Hitungan Ienumerable

//You can do this if you don't need the enumarable any more (it curropts it)
int count = enumerableInstance.ToObject<List<Balance>>().Count;
Upvote answer :-)