mirror of https://github.com/LemmyNet/lemmy.git
parent
d55bd2f2bc
commit
2df21b9d83
|
@ -71,8 +71,10 @@ pub struct PersonAggregates {
|
||||||
pub id: i32,
|
pub id: i32,
|
||||||
pub person_id: PersonId,
|
pub person_id: PersonId,
|
||||||
pub post_count: i64,
|
pub post_count: i64,
|
||||||
|
#[serde(skip)]
|
||||||
pub post_score: i64,
|
pub post_score: i64,
|
||||||
pub comment_count: i64,
|
pub comment_count: i64,
|
||||||
|
#[serde(skip)]
|
||||||
pub comment_score: i64,
|
pub comment_score: i64,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue