from .feed import FeedItem
from ..schemas.featured_image_collection import FeaturedImageCollectionSchema


class FeaturedImageCollection(FeedItem):
    schema = FeaturedImageCollectionSchema()
