Right now, the only way to tell if a Meta::Album has a cover or not, is by passing it a size, via: Meta::Album::( hasImage( int size = 1 ) ). Would it make sense to have a function maybe called hasImages which figures out if the Meta::Album has any images at all? I'm in need of that function, but unsure if there's a reason it shouldn't be there.