GetSuggestedFollowsByActorResponse
data class GetSuggestedFollowsByActorResponse(val suggestions: List<ProfileView>, val isFallback: Boolean? = false, val recId: Long? = null)
Parameters
isFallback
If true, response has fallen-back to generic results, and is not scoped using relativeToDid
recId
Snowflake for this recommendation, use when submitting recommendation events.