E621
    Preparing search index...

    Interface RecommendedPostsResult

    interface RecommendedPostsResult {
        model_version: string;
        post_data: ThumbnailPost[];
        post_id: number;
        results: PostRecommendation[];
    }
    Index
    model_version: string

    post_data

    post_data: ThumbnailPost[]

    post_id

    post_id: number
    results: PostRecommendation[]