I'm using FatFractal for my backend in a iPhone-app. Been searching the web and FatFractal docs without any luck. I want to retrieve the latest object in a collection from a grabbag:
NSArray *result = [[Store ff] grabBagGetAllForObj:thread grabBagName:@"messages" withQuery:@"Get the latest inserted object" error:&err];