'post' => Status::whereScope('public')
                        ->where('likes_count', '>', 1)
                        ->whereIsNsfw(false)
                        ->where('created_at', '>', $epochStart)
                        ->where('created_at', '<', $epochEnd)