1 package com.airbnb.lottie.samples.model 2 3 data class AnimationResponseV2( 4 val data: List<AnimationDataV2> = emptyList(), 5 )