mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 07:36:01 +00:00
parent
d55bd2f2bc
commit
2df21b9d83
|
@ -71,8 +71,10 @@ pub struct PersonAggregates {
|
|||
pub id: i32,
|
||||
pub person_id: PersonId,
|
||||
pub post_count: i64,
|
||||
#[serde(skip)]
|
||||
pub post_score: i64,
|
||||
pub comment_count: i64,
|
||||
#[serde(skip)]
|
||||
pub comment_score: i64,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue