factory PolicyUserLimit.fromMap(Map<String, dynamic> map) { return PolicyUserLimit( $id: map['\$id'].toString(), total: map['total'], ); }