package com.keylesspalace.tusky.entity; import java.util.List; public class StatusContext { public List ancestors; public List descendants; }