package com.suno.android.common_data.mappers.hooks data class UserVideoHooks( val hooks: List, val startIndex: Int, val pageSize: Int, )