#csarvenWould a Collection without `items`/`orderedItems `be considered empty? Would the same Collection having `first` potentially non-empty (assuming CollectionPage has items with at least one member)?
#rhiaroI think a collection without items but with a value in first which is a CollectionPage URI is normal usage
#rhiaroyou might want totalItems on the Collection
Grishka joined the channel
#GrishkaIMO there are two cases when a collection could be considered empty
#Grishka1. it has items/orderedItems, and it's an empty array
#Grishkaotherwise it must have an id, and you have to follow that url for a more complete representation
#rhiaroyeah, you wouldn't know for sure about a collection being empty just through the absence of items/orderedItems, you just wouldn't have that information
timbl, join_subline, paul and timbl_ joined the channel
#jarofgreenGrishka: Those fixes are on my live server now
#jarofgreenGrishka: I have some other log messages I want to look into tho