def is_image_caching_collection(collection_name: str) -> bool: """Check if collection needs image caching. Args: collection_name: Collection name. Returns: Flag. """ return collection_name.startswith("spotify_")