Code:
NSString *path = [[NSBundle mainBundle pathForResource:@"cardArray" ofType:@"plist"];
// Put dictionarys in array
NSArray *dict = [[NSArray alloc] initWithContentsOfFile:path];
NSInteger cou=[dict count];
this will bring you the count. you must create a array not dictionary since your Root is of type Array